119: SELECT batch_source_id,
120: name
121: INTO l_batch_source_id,
122: l_batch_source_name
123: FROM ra_batch_sources_all
124: WHERE name = p_receivables_batch_source
125: and org_id = p_org_id;
126:
127:
1192: THEN
1193:
1194: SELECT batch_source_id
1195: INTO l_batch_source_id
1196: FROM ra_batch_sources_all
1197: WHERE name = l_batch_source_name
1198: and org_id = p_org_id;
1199:
1200: IF l_debug = 'TRUE'