DBA Data[Home] [Help]

APPS.CN_PLAN_ELEMENT_PUB dependencies on CN_TRX_FACTORS

Line 200: trx_type cn_trx_factors.trx_type%TYPE := cn_api.g_miss_char,

196: --
197: -- User Defined Trx Factors Record Type ( CN_TRX_TYPES )
198: --
199: TYPE trx_factor_rec_type IS RECORD (
200: trx_type cn_trx_factors.trx_type%TYPE := cn_api.g_miss_char,
201: event_factor cn_trx_factors.event_factor%TYPE := 0,
202: rev_class_name cn_quota_rules.NAME%TYPE := cn_api.g_miss_char,
203: org_id cn_trx_factors.org_id%TYPE := 0
204: );

Line 201: event_factor cn_trx_factors.event_factor%TYPE := 0,

197: -- User Defined Trx Factors Record Type ( CN_TRX_TYPES )
198: --
199: TYPE trx_factor_rec_type IS RECORD (
200: trx_type cn_trx_factors.trx_type%TYPE := cn_api.g_miss_char,
201: event_factor cn_trx_factors.event_factor%TYPE := 0,
202: rev_class_name cn_quota_rules.NAME%TYPE := cn_api.g_miss_char,
203: org_id cn_trx_factors.org_id%TYPE := 0
204: );
205:

Line 203: org_id cn_trx_factors.org_id%TYPE := 0

199: TYPE trx_factor_rec_type IS RECORD (
200: trx_type cn_trx_factors.trx_type%TYPE := cn_api.g_miss_char,
201: event_factor cn_trx_factors.event_factor%TYPE := 0,
202: rev_class_name cn_quota_rules.NAME%TYPE := cn_api.g_miss_char,
203: org_id cn_trx_factors.org_id%TYPE := 0
204: );
205:
206: --
207: -- User Defined Trx Factors Record Table Type.