DBA Data[Home] [Help]

APPS.IGI_CIS2007_IGIPMTHP_PKG dependencies on IGI_CIS_MTH_RET_PAY_H

Line 117: insert into igi_cis_mth_ret_pay_h

113: CREATED_BY
114: from igi_cis_mth_ret_lines_h
115: where HEADER_ID = p_old_header_id ;
116:
117: insert into igi_cis_mth_ret_pay_h
118: (HEADER_ID,
119: ORG_ID,
120: VENDOR_ID,
121: CHILD_VENDOR_ID,

Line 152: from igi_cis_mth_ret_pay_h

148: MATERIAL_COST,
149: TOTAL_DEDUCTIONS,
150: CIS_TAX,
151: DISCOUNT_AMOUNT
152: from igi_cis_mth_ret_pay_h
153: where HEADER_ID = p_old_header_id ;
154: commit;
155: end;
156:

Line 301: insert into igi_cis_mth_ret_pay_h

297: CREATION_DATE,
298: CREATED_BY
299: from igi_cis_mth_ret_lines_t
300: where HEADER_ID = p_in_header_id ;
301: insert into igi_cis_mth_ret_pay_h
302: (HEADER_ID,
303: ORG_ID,
304: VENDOR_ID,
305: CHILD_VENDOR_ID,