DBA Data[Home] [Help]

APPS.IGI_STP_CREATE_PCK_PKG dependencies on RA_CUSTOMER_TRX

Line 254: from ra_customer_trx

250:
251: else
252: select invoice_currency_code
253: into l_currency_code
254: from ra_customer_trx
255: where trx_number = l_trx_number;
256:
257: end if; */
258:

Line 468: FROM ra_customer_trx trx,

464: IF l_rec_ccid is null
465: THEN
466: SELECT dist.code_combination_id
467: INTO l_rec_ccid
468: FROM ra_customer_trx trx,
469: ra_cust_trx_line_gl_dist dist,
470: igi_stp_candidates candidates
471: WHERE dist.customer_trx_id = trx.customer_trx_id
472: AND dist.account_class = 'REC'

Line 1037: FROM ra_customer_trx trx,

1033: l_message := 'Getting the receivable account';
1034: IF l_rec_ccid is null THEN
1035: SELECT dist.code_combination_id
1036: INTO l_rec_ccid
1037: FROM ra_customer_trx trx,
1038: ra_cust_trx_line_gl_dist dist,
1039: igi_stp_candidates candidates
1040: WHERE dist.customer_trx_id = trx.customer_trx_id
1041: AND dist.account_class = 'REC'