DBA Data[Home] [Help]

APPS.IGI_CIS2007_IGIPMTHR_PKG dependencies on IGI_CIS_MTH_RET_LINES_H

Line 27: igi_cis_mth_ret_lines_h audit_lines

23: AND pov.cis_parent_vendor_id is null;*/
24: /*AND pov.vendor_id NOT IN
25: (SELECT audit_lines.vendor_id
26: FROM igi_cis_mth_ret_hdr_h audit_hdr,
27: igi_cis_mth_ret_lines_h audit_lines
28: WHERE audit_hdr.header_id = audit_lines.header_id
29: AND audit_hdr.request_status_code = 'C'
30: AND audit_hdr.period_name = p_in_period
31: UNION all

Line 1184: insert into igi_cis_mth_ret_lines_h

1180: FND_GLOBAL.USER_ID() --CREATED_BY
1181: from igi_cis_mth_ret_hdr_t
1182: where HEADER_ID = p_header_id ;
1183:
1184: insert into igi_cis_mth_ret_lines_h
1185: (HEADER_ID,
1186: ORG_ID,
1187: VENDOR_ID,
1188: VENDOR_NAME,