DBA Data[Home] [Help]

APPS.MSC_X_NETTING_PKG dependencies on MSC_X_NETTING1_PKG

Line 329: msc_x_netting1_pkg.compute_late_order(l_late_order_refnum,

325: and sr_instance_id = G_SR_INSTANCE_ID;
326:
327: --dbms_output.put_line('Late Order refresh_number : ' || l_late_order_refnum);
328:
329: msc_x_netting1_pkg.compute_late_order(l_late_order_refnum,
330: t_company_list,
331: t_company_site_list,
332: t_customer_list,
333: t_customer_site_list,

Line 554: msc_x_netting1_pkg.compute_forecast_mismatch(l_forecast_mismatch_refnum,

550: and sr_instance_id = G_SR_INSTANCE_ID;
551: --dbms_output.put_line('Max refresh_number : ' || l_forecast_mismatch_refnum);
552: FND_FILE.PUT_LINE(FND_FILE.LOG, 'forecast mismatch refnum ' || l_forecast_mismatch_refnum);
553:
554: msc_x_netting1_pkg.compute_forecast_mismatch(l_forecast_mismatch_refnum,
555: t_company_list,
556: t_company_site_list,
557: t_customer_list,
558: t_customer_site_list,

Line 632: msc_x_netting1_pkg.compute_early_order(l_early_order_refnum,

628: and organization_id = G_GROUP6
629: and sr_instance_id = G_SR_INSTANCE_ID;
630: --dbms_output.put_line('Max refresh_number : ' || l_early_order_refnum);
631:
632: msc_x_netting1_pkg.compute_early_order(l_early_order_refnum,
633: t_company_list,
634: t_company_site_list,
635: t_customer_list,
636: t_customer_site_list,