DBA Data[Home] [Help]

APPS.CN_CALC_SUB_BATCHES_PKG dependencies on CN_CALC_SUB_BATCHES_PKG

Line 1: PACKAGE BODY CN_CALC_SUB_BATCHES_PKG AS

1: PACKAGE BODY CN_CALC_SUB_BATCHES_PKG AS
2: /* $Header: cnsbbatb.pls 120.2 2006/02/17 11:55:22 ymao noship $ */
3:
4: G_LAST_UPDATE_DATE DATE := sysdate;
5: G_LAST_UPDATED_BY NUMBER := fnd_global.user_id;

Line 584: -- Local to cn_calc_sub_batches_pkg

580: --+
581: -- Procedure Name
582: -- get_intel_calc_flag
583: -- Scope
584: -- Local to cn_calc_sub_batches_pkg
585: -- Purpose
586: -- get the intelligent_flag for this physical batch
587: -- state.
588: -- History

Line 610: -- Local to cn_calc_sub_batches_pkg

606: --+
607: -- Procedure Name
608: -- get_forecast_flag
609: -- Scope
610: -- Local to cn_calc_sub_batches_pkg
611: -- Purpose
612: -- get the intelligent_flag for this physical batch
613: -- state.
614: -- History

Line 644: -- Local to cn_calc_sub_batches_pkg

640: --+
641: -- Procedure Name
642: -- get_calc_type
643: -- Scope
644: -- Local to cn_calc_sub_batches_pkg
645: -- Purpose
646: -- get the calculation type for this physical batch
647: -- state.
648: -- History

Line 671: -- Local to cn_calc_sub_batches_pkg

667: --+
668: -- Procedure Name
669: -- get_salesrep_option
670: -- Scope
671: -- Local to cn_calc_sub_batches_pkg
672: -- Purpose
673: -- get the calculation type for this physical batch
674: -- state.
675: -- History

Line 816: END cn_calc_sub_batches_pkg;

812: END update_calc_sub_batch;
813: --
814: --
815: --
816: END cn_calc_sub_batches_pkg;