DBA Data[Home] [Help]

APPS.CN_PAYGROUP_PVT dependencies on CN_SALESREPS

Line 247: ( employee_type cn_salesreps.type%TYPE,

243: ) ;
244:
245:
246: TYPE PayGroup_assign_rec IS RECORD
247: ( employee_type cn_salesreps.type%TYPE,
248: employee_number cn_salesreps.employee_number%TYPE,
249: assignment_start_date cn_srp_pay_groups.start_date%TYPE,
250: assignment_end_date cn_srp_pay_groups.end_date%TYPE,
251: attribute_category cn_srp_pay_groups.attribute_category%TYPE := NULL,

Line 248: employee_number cn_salesreps.employee_number%TYPE,

244:
245:
246: TYPE PayGroup_assign_rec IS RECORD
247: ( employee_type cn_salesreps.type%TYPE,
248: employee_number cn_salesreps.employee_number%TYPE,
249: assignment_start_date cn_srp_pay_groups.start_date%TYPE,
250: assignment_end_date cn_srp_pay_groups.end_date%TYPE,
251: attribute_category cn_srp_pay_groups.attribute_category%TYPE := NULL,
252: attribute1 cn_srp_pay_groups.attribute1%TYPE := NULL,