DBA Data[Home] [Help]

APPS.PSA_MF_CREATE_DISTRIBUTIONS dependencies on DUAL

Line 113: FROM sys.dual;

109:
110: /* getting the sequence number */
111: BEGIN
112: SELECT psa_mf_error_log_s.NEXTVAL INTO run_num
113: FROM sys.dual;
114:
115: -- ========================= FND LOG ===========================
116: psa_utils.debug_other_string(g_state_level,l_full_path,
117: ' Sequence number -> ' || run_num);