Receivables - EBS (MOSC)

MOSC Banner

org_id is blank in transaction type table

edited Oct 8, 2024 9:35PM in Receivables - EBS (MOSC) 3 commentsAnswered

select 8 from

ra_customer_trx_all rcta ,
AR_PAYMENT_SCHEDULES_ALL aps ,
RA_CUST_TRX_TYPES_ALL rctt
WHERE
rcta.customer_trx_id = aps.customer_trx_id
AND rcta.CUST_TRX_TYPE_SEQ_ID = rctt.CUST_TRX_TYPE_SEQ_ID
AND rcta.org_id = rctt.org_id

we have this query but it give blank after debugging we found that the org id is blank in the

RA_CUST_TRX_TYPES_ALL is this possible

.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center