DBA Data[Home] [Help]

APPS.PSA_XFR_TO_GL_PKG dependencies on PSA_MFAR_RECEIPTS

Line 1937: IF NOT (PSA_MFAR_RECEIPTS.create_distributions (

1933: ' --> Creating distribution for receivable_application_id ==> '
1934: || l_run_num || ' -- ' || I.receivable_application_id );
1935: -- ========================= FND LOG ===========================
1936:
1937: IF NOT (PSA_MFAR_RECEIPTS.create_distributions (
1938: errbuf => l_errbuf,
1939: retcode => l_retcode,
1940: p_receivable_app_id => I.receivable_application_id,
1941: p_set_of_books_id => l_sob_id,

Line 1947: ' --> PSA_MFAR_RECEIPTS.create_distributions ==> FALSE ');

1943: p_error_message => l_error_message)) THEN
1944:
1945: -- ========================= FND LOG ===========================
1946: psa_utils.debug_other_string(g_state_level,l_full_path,
1947: ' --> PSA_MFAR_RECEIPTS.create_distributions ==> FALSE ');
1948: -- ========================= FND LOG ===========================
1949:
1950: IF l_error_message IS NOT NULL OR l_retcode = 'F' THEN
1951: -- ========================= FND LOG ===========================

Line 2080: ' --> Calling PSA_MFAR_RECEIPTS.PURGE_ORPHAN_DISTRIBUTIONS ');

2076: END LOOP;
2077:
2078: -- ========================= FND LOG ===========================
2079: psa_utils.debug_other_string(g_state_level,l_full_path,
2080: ' --> Calling PSA_MFAR_RECEIPTS.PURGE_ORPHAN_DISTRIBUTIONS ');
2081: -- ========================= FND LOG ===========================
2082:
2083: -- Bug 3671841, issuing a call to purge orphan distributions
2084: PSA_MFAR_RECEIPTS.PURGE_ORPHAN_DISTRIBUTIONS;

Line 2084: PSA_MFAR_RECEIPTS.PURGE_ORPHAN_DISTRIBUTIONS;

2080: ' --> Calling PSA_MFAR_RECEIPTS.PURGE_ORPHAN_DISTRIBUTIONS ');
2081: -- ========================= FND LOG ===========================
2082:
2083: -- Bug 3671841, issuing a call to purge orphan distributions
2084: PSA_MFAR_RECEIPTS.PURGE_ORPHAN_DISTRIBUTIONS;
2085:
2086: UPDATE psa_mf_rct_dist_all pda
2087: SET pda.posting_control_id = l_pst_ctrl_id
2088: WHERE pda.attribute1 = 'CLEARED'

Line 2119: IF NOT (PSA_MFAR_RECEIPTS.create_distributions (

2115: ' --> Creating distribution for receivable_application_id ==> '
2116: || l_run_num || ' -- ' || I.receivable_application_id );
2117: -- ========================= FND LOG ===========================
2118:
2119: IF NOT (PSA_MFAR_RECEIPTS.create_distributions (
2120: errbuf => l_errbuf,
2121: retcode => l_retcode,
2122: p_receivable_app_id => I.receivable_application_id,
2123: p_set_of_books_id => l_sob_id,

Line 2129: ' --> PSA_MFAR_RECEIPTS.create_distributions ==> FALSE ');

2125: p_error_message => l_error_message)) THEN
2126:
2127: -- ========================= FND LOG ===========================
2128: psa_utils.debug_other_string(g_state_level,l_full_path,
2129: ' --> PSA_MFAR_RECEIPTS.create_distributions ==> FALSE ');
2130: -- ========================= FND LOG ===========================
2131:
2132: IF l_error_message IS NOT NULL OR l_retcode = 'F' THEN
2133: -- ========================= FND LOG ===========================

Line 2390: ' --> Calling PSA_MFAR_RECEIPTS.PURGE_ORPHAN_DISTRIBUTIONS ');

2386: END LOOP;
2387:
2388: -- ========================= FND LOG ===========================
2389: psa_utils.debug_other_string(g_state_level,l_full_path,
2390: ' --> Calling PSA_MFAR_RECEIPTS.PURGE_ORPHAN_DISTRIBUTIONS ');
2391: -- ========================= FND LOG ===========================
2392:
2393: -- Bug 3671841, issuing a call to purge orphan distributions
2394: PSA_MFAR_RECEIPTS.PURGE_ORPHAN_DISTRIBUTIONS;

Line 2394: PSA_MFAR_RECEIPTS.PURGE_ORPHAN_DISTRIBUTIONS;

2390: ' --> Calling PSA_MFAR_RECEIPTS.PURGE_ORPHAN_DISTRIBUTIONS ');
2391: -- ========================= FND LOG ===========================
2392:
2393: -- Bug 3671841, issuing a call to purge orphan distributions
2394: PSA_MFAR_RECEIPTS.PURGE_ORPHAN_DISTRIBUTIONS;
2395:
2396: UPDATE psa_mf_rct_dist_all pda
2397: SET pda.posting_control_id = l_pst_ctrl_id
2398: WHERE pda.receivable_application_id IN

Line 3945: IF NOT (PSA_MFAR_RECEIPTS.create_distributions

3941: FOR I IN Cur_MFAR_rct_app_id
3942: LOOP
3943:
3944: BEGIN
3945: IF NOT (PSA_MFAR_RECEIPTS.create_distributions
3946: (errbuf => l_errbuf,
3947: retcode => l_retcode,
3948: p_receivable_app_id => I.receivable_application_id,
3949: p_set_of_books_id => l_sob_id,