DBA Data[Home] [Help]

APPS.PSA_XFR_TO_GL_PKG dependencies on DUAL

Line 1925: -- select psa_mf_error_log_s.nextval into l_run_num from dual;

1921: ## Creating distributions for Receipts.
1922: Bug 2780195 - Before calling the API, sequence psa_mf_error_log_s is initialized
1923: */
1924:
1925: -- select psa_mf_error_log_s.nextval into l_run_num from dual;
1926: -- This is now set in the initialization routine
1927:
1928: BEGIN
1929: -- ========================= FND LOG ===========================

Line 2107: -- select psa_mf_error_log_s.nextval into l_run_num from dual;

2103: ## Creating distributions for Receipts.
2104: Bug 2780195 - Before calling the API, sequence psa_mf_error_log_s is initialized
2105: */
2106:
2107: -- select psa_mf_error_log_s.nextval into l_run_num from dual;
2108: -- This is now set in the initialization routine.
2109:
2110: BEGIN
2111: -- ========================= FND LOG ===========================

Line 3349: select psa_mf_error_log_s.nextval into l_run_num from dual;

3345: IF not l_fv_profile_defined THEN
3346: l_post_det_acct_flag := 'Y';
3347: END IF;
3348:
3349: select psa_mf_error_log_s.nextval into l_run_num from dual;
3350:
3351: -- ========================= FND LOG ===========================
3352: psa_utils.debug_other_string(g_state_level,l_full_path,' ');
3353: psa_utils.debug_other_string(g_state_level,l_full_path,' LISTING THE VARIABLES AND VALUES :');