DBA Data[Home] [Help]

APPS.JAI_AR_GLDIST_TRIGGER_PKG dependencies on JAI_AR_TRXS

Line 188: FROM jai_ar_trxs

184:
185: CURSOR c_get_org_loc
186: IS
187: SELECT organization_id, location_id
188: FROM jai_ar_trxs
189: WHERE customer_trx_id = pr_new.CUSTOMER_TRX_ID;
190:
191: /*Bug 12805386 - End*/
192:

Line 196: FROM JAI_AR_TRXS

192:
193: CURSOR cur_get_ar_hdr_info
194: IS
195: SELECT organization_id, location_id
196: FROM JAI_AR_TRXS
197: WHERE Customer_Trx_ID = pr_new.CUSTOMER_TRX_ID;
198:
199: /*Bug 12792354*/
200: CURSOR c_temp_record_exists