DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on RA_BATCH_SOURCES_ALL

Line 5195: cp_name RA_BATCH_SOURCES_ALL.NAME%TYPE

5191: /*
5192: ||Customer would create a batch source with name TCS Debit Memo And TCS Credit Memo
5193: */
5194: CURSOR cur_get_batch_source ( cp_org_id JAI_RGM_REFS_ALL.ORG_ID%TYPE ,
5195: cp_name RA_BATCH_SOURCES_ALL.NAME%TYPE
5196: )
5197: IS
5198: SELECT
5199: bsa.batch_source_id ,

Line 5207: ra_batch_sources_all bsa ,

5203: rctt.default_term ,
5204: rctt.gl_id_rec ,
5205: rctt.creation_sign
5206: FROM
5207: ra_batch_sources_all bsa ,
5208: ra_cust_trx_types_all rctt
5209: WHERE
5210: bsa.default_inv_trx_type = rctt.cust_trx_type_id
5211: AND bsa.org_id = rctt.org_id