DBA Data[Home] [Help]

APPS.PSA_MF_CREATE_DISTRIBUTIONS dependencies on AR_RECEIVABLE_APPLICATIONS

Line 47: FROM ar_receivable_applications b

43:
44: CURSOR b (cust_trx_id in number)
45: IS
46: SELECT b.receivable_application_id
47: FROM ar_receivable_applications b
48: WHERE b.applied_customer_trx_id = cust_trx_id ;
49:
50: CURSOR c (cust_trx_id in number)
51: IS