DBA Data[Home] [Help]

APPS.IGI_CIS2007_IGIPMTHR_PKG dependencies on IGI_CIS_MTH_RET_LINES_H

Line 62: igi_cis_mth_ret_lines_h audit_lines

58: AND pov.cis_parent_vendor_id is null;*/
59: /*AND pov.vendor_id NOT IN
60: (SELECT audit_lines.vendor_id
61: FROM igi_cis_mth_ret_hdr_h audit_hdr,
62: igi_cis_mth_ret_lines_h audit_lines
63: WHERE audit_hdr.header_id = audit_lines.header_id
64: AND audit_hdr.request_status_code = 'C'
65: AND audit_hdr.period_name = p_in_period
66: UNION all

Line 1495: insert into igi_cis_mth_ret_lines_h

1491: FND_GLOBAL.USER_ID() --CREATED_BY
1492: from igi_cis_mth_ret_hdr_t
1493: where HEADER_ID = p_header_id ;
1494:
1495: insert into igi_cis_mth_ret_lines_h
1496: (HEADER_ID,
1497: ORG_ID,
1498: VENDOR_ID,
1499: VENDOR_NAME,