DBA Data[Home] [Help]

APPS.CN_PAYGROUP_PUB dependencies on CN_SALESREPS

Line 297: ( employee_type cn_salesreps.type%TYPE,

293: ) ;
294:
295:
296: TYPE PayGroup_assign_rec IS RECORD
297: ( employee_type cn_salesreps.type%TYPE,
298: employee_number cn_salesreps.employee_number%TYPE,
299: assignment_start_date cn_srp_pay_groups.start_date%TYPE,
300: assignment_end_date cn_srp_pay_groups.end_date%TYPE,
301: attribute_category cn_srp_pay_groups.attribute_category%TYPE := NULL,

Line 298: employee_number cn_salesreps.employee_number%TYPE,

294:
295:
296: TYPE PayGroup_assign_rec IS RECORD
297: ( employee_type cn_salesreps.type%TYPE,
298: employee_number cn_salesreps.employee_number%TYPE,
299: assignment_start_date cn_srp_pay_groups.start_date%TYPE,
300: assignment_end_date cn_srp_pay_groups.end_date%TYPE,
301: attribute_category cn_srp_pay_groups.attribute_category%TYPE := NULL,
302: attribute1 cn_srp_pay_groups.attribute1%TYPE := NULL,