DBA Data[Home] [Help]

APPS.IGI_CIS2007_IGIPMTHP_PKG dependencies on DUAL

Line 8: select IGI_CIS_MTH_RET_HDR_T_S.nextval into l_new_header_id from dual;

4: procedure populate_history (p_old_header_id number, p_request_status_code varchar2)
5: is
6: l_new_header_id number;
7: begin
8: select IGI_CIS_MTH_RET_HDR_T_S.nextval into l_new_header_id from dual;
9: insert into igi_cis_mth_ret_hdr_h
10: (HEADER_ID,
11: ORG_ID,
12: CIS_SENDER_ID,