DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPDIST_PKG dependencies on DUAL

Line 972: FROM DUAL;

968: l_debug_info := 'get next AP_EXP_REPORT_DISTS_S';
969: -----------------------------------------------------
970: SELECT AP_EXP_REPORT_DISTS_S.NEXTVAL
971: INTO l_report_distribution_id
972: FROM DUAL;
973:
974: l_sqlstmt := 'INSERT INTO AP_EXP_REPORT_DISTS ( ';
975: l_sqlstmt := l_sqlstmt || 'report_header_id, ';
976: l_sqlstmt := l_sqlstmt || 'report_line_id, ';