DBA Data[Home] [Help]

APPS.CN_SRP_PAYGROUP_PUB dependencies on CN_PAY_GROUPS

Line 13: ( pay_group_name cn_pay_groups.name%TYPE := cn_api.g_miss_char,

9: * @rep:compatibility S
10: * @rep:category BUSINESS_ENTITY CN_COMP_PLANS
11: */
12: TYPE PayGroup_assign_rec IS RECORD
13: ( pay_group_name cn_pay_groups.name%TYPE := cn_api.g_miss_char,
14: employee_type VARCHAR2(30) := cn_api.g_miss_char,
15: employee_number cn_salesreps.employee_number%TYPE := cn_api.g_miss_char,
16: source_id cn_salesreps.source_id%TYPE := null,
17: assignment_start_date cn_srp_pay_groups.start_date%TYPE := cn_api.g_miss_date,

Line 58: -- Usage : Used to create entry into cn_pay_groups

54: -- Start of comments
55: -- API name : Assign_Salesreps
56: -- Type : Public.
57: -- Pre-reqs : None.
58: -- Usage : Used to create entry into cn_pay_groups
59: --
60: -- Desc : This procedure will validate the input for a pay group
61: -- and create one if all validations are passed.
62: --

Line 182: -- Usage : Used to create entry into cn_pay_groups

178: -- Start of comments
179: -- API name : Update_salesrep_assignment
180: -- Type : Public.
181: -- Pre-reqs : None.
182: -- Usage : Used to create entry into cn_pay_groups
183: --
184: -- Desc : This procedure will validate the input for a pay group
185: -- and create one if all validations are passed.
186: --