DBA Data[Home] [Help]

APPS.CN_PLAN_ELEMENT_PUB dependencies on CN_CREDIT_TYPES

Line 23: credit_type cn_credit_types.NAME%TYPE := cn_api.g_miss_char,

19: period_type cn_lookups.meaning%TYPE := cn_api.g_miss_char,
20: element_type cn_lookups.meaning%TYPE := cn_api.g_miss_char,
21: target cn_quotas.target%TYPE := 0,
22: incentive_type cn_lookups.meaning%TYPE := cn_api.g_miss_char,
23: credit_type cn_credit_types.NAME%TYPE := cn_api.g_miss_char,
24: calc_formula_name cn_calc_formulas.NAME%TYPE := cn_api.g_miss_char,
25: rt_sched_custom_flag cn_quotas.rt_sched_custom_flag%TYPE := cn_api.g_miss_char,
26: package_name cn_quotas.package_name%TYPE := cn_api.g_miss_char,
27: performance_goal cn_quotas.performance_goal%TYPE := 0,

Line 406: -- credit_type Credit type ) cn_credit_types, Seeded Data )

402: -- element_type Element Type Possible Values are FORMULA, EXTERNAL, NONE,
403: -- Manadatory
404: -- target Amount columns, no validations Default to 0 ( optional )
405: -- incentive_type Incentive_name ( cn_incentive_types.name, Seeded Data )
406: -- credit_type Credit type ) cn_credit_types, Seeded Data )
407: -- calc_formula_name Calc formula Name is is mandatory if quota type is FORMULA
408: -- rt_sched_custom_flag Rate schedule Custom Flag Default to N
409: -- package_name Package name is manadatory if quota type = 'EXTERNAL'
410: -- performance_goal Amount no validations default to 0

Line 452: -- credit_type Credit type ) cn_credit_types, Seeded Data )

448: -- period_type No longer used
449: -- element_type Element Type Possible Values are FORMULA, EXTERNAL, NONE, Manadatory
450: -- target Amount columns, no validations Default to 0 ( optional )
451: -- incentive_type Incentive_name ( cn_incentive_types.name, Seeded Data )
452: -- credit_type Credit type ) cn_credit_types, Seeded Data )
453: -- calc_formula_name Calc formula Name is is mandatory if quota type is FORMULA
454: -- rt_sched_custom_flag Rate schedule Custom Flag Default to N
455: -- package_name Package name is manadatory if quota type = 'EXTERNAL'
456: -- performance_goal Amount no validations default to 0