DBA Data[Home] [Help]

APPS.OZF_AR_PAYMENT_PVT dependencies on RA_BATCH_SOURCES

Line 983: FROM ra_batch_sources bs

979: l_x_cm_notes_tbl AR_CREDIT_MEMO_API_PUB.x_cm_notes_tbl%TYPE;
980:
981: CURSOR csr_batch_source(cv_set_of_books_id IN NUMBER) IS
982: SELECT name
983: FROM ra_batch_sources bs
984: , ozf_sys_parameters sys
985: WHERE sys.batch_source_id = bs.batch_source_id
986: AND sys.set_of_books_id = cv_set_of_books_id;
987:

Line 1290: FROM ra_batch_sources

1286:
1287: -- Cursor to get reference field value
1288: CURSOR csr_cb_ref_field IS
1289: SELECT default_reference
1290: FROM ra_batch_sources
1291: WHERE batch_source_id = 12;
1292:
1293: --Start:Bug:2781186
1294: -- Cursor to get customer reason,customer ref, reason code id