DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on RA_BATCH_SOURCES_ALL

Line 4624: cp_name RA_BATCH_SOURCES_ALL.NAME%TYPE

4620: /*
4621: ||Customer would create a batch source with name TCS Debit Memo And TCS Credit Memo
4622: */
4623: CURSOR cur_get_batch_source ( cp_org_id JAI_RGM_REFS_ALL.ORG_ID%TYPE ,
4624: cp_name RA_BATCH_SOURCES_ALL.NAME%TYPE
4625: )
4626: IS
4627: SELECT
4628: bsa.batch_source_id ,

Line 4636: ra_batch_sources_all bsa ,

4632: rctt.default_term ,
4633: rctt.gl_id_rec ,
4634: rctt.creation_sign
4635: FROM
4636: ra_batch_sources_all bsa ,
4637: ra_cust_trx_types_all rctt
4638: WHERE
4639: bsa.default_inv_trx_type = rctt.cust_trx_type_id
4640: AND bsa.org_id = rctt.org_id