DBA Data[Home] [Help]

APPS.PN_SOI_VOL_IMPORT dependencies on PN_VAR_DEDUCT_ARCH_ALL

Line 17: -- pn_var_vol_arch_all and pn_var_deduct_arch_all.

13: -- reporttype and insert into pn_var_vol_hist_all
14: -- 15-JAN-07 Prabhakar o Modified the import_vol_hist procedure to update the
15: -- records in the pn_var_vol_hist_all and pn_var_deductions_all.
16: -- Before updating, the old records will be inserted into
17: -- pn_var_vol_arch_all and pn_var_deduct_arch_all.
18: -- 12-mar-07 Shabda o After we have updated volume history. We set the
19: -- pn_var_lines_all.sales-Vol_update_flag to Y for
20: -- all lines which might have been updated. Bug 5915771
21: -------------------------------------------------------------------------------

Line 954: INSERT INTO PN_VAR_DEDUCT_ARCH_ALL(

950: l_deduction_type_code <> v_lines.deduction_type_code OR
951: l_deduction_amount <> NVL(v_ded_amount,0) THEN
952:
953: PN_SOI_VOL_IMPORT.g_org_id := l_org_id;
954: INSERT INTO PN_VAR_DEDUCT_ARCH_ALL(
955: DEDUCT_ARCH_ID
956: ,LAST_UPDATE_DATE
957: ,LAST_UPDATED_BY
958: ,CREATION_DATE