DBA Data[Home] [Help]

APPS.CN_TRX_FACTOR_PVT dependencies on CN_TRX_FACTOR_PVT

Line 1: PACKAGE BODY cn_trx_factor_pvt AS

1: PACKAGE BODY cn_trx_factor_pvt AS
2: /*$Header: cnvtxftb.pls 120.3 2006/01/12 00:00:29 chanthon noship $*/
3: g_pkg_name CONSTANT VARCHAR2 (30) := 'CN_TRX_FACTOR_PVT';
4:
5: --|/*-----------------------------------------------------------------------+

Line 3: g_pkg_name CONSTANT VARCHAR2 (30) := 'CN_TRX_FACTOR_PVT';

1: PACKAGE BODY cn_trx_factor_pvt AS
2: /*$Header: cnvtxftb.pls 120.3 2006/01/12 00:00:29 chanthon noship $*/
3: g_pkg_name CONSTANT VARCHAR2 (30) := 'CN_TRX_FACTOR_PVT';
4:
5: --|/*-----------------------------------------------------------------------+
6: --|
7: --| Procedure Name : CHECK_VALID_QUOTAS

Line 738: l_trx_factor_rec cn_trx_factor_pvt.trx_factor_rec_type;

734: l_quota_id NUMBER;
735: l_quota_rule_id NUMBER;
736: l_rev_class_id NUMBER;
737: l_rev_class_name cn_revenue_classes.NAME%TYPE;
738: l_trx_factor_rec cn_trx_factor_pvt.trx_factor_rec_type;
739: l_loading_status VARCHAR2 (80);
740: l_rev_class_names_array jtf_varchar2_table_4000;
741: BEGIN
742: --

Line 1153: END cn_trx_factor_pvt;

1149: END IF;
1150:
1151: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data, p_encoded => fnd_api.g_false);
1152: END get_trx_factor;
1153: END cn_trx_factor_pvt;