DBA Data[Home] [Help]

APPS.PER_FR_D2_PKG dependencies on PER_CONTRACTS_F

Line 21: ctr_type per_contracts_f.type%type := null,

17: asg_employment_category per_all_assignments_f.employment_category%type := null,
18: asg_freq per_all_assignments_f.frequency%type := null,
19: asg_hours per_all_assignments_f.normal_hours%type := null,
20: asg_type per_all_assignments_f.assignment_type%type,
21: ctr_type per_contracts_f.type%type := null,
22: ctr_fr_person_replaced per_contracts_f.ctr_information5%type := null,
23: ctr_status per_contracts_f.status%type := null,
24: ass_employee_category hr_soft_coding_keyflex.segment2%type := null,
25: asg_full_time_freq per_all_positions.frequency%type := null,

Line 22: ctr_fr_person_replaced per_contracts_f.ctr_information5%type := null,

18: asg_freq per_all_assignments_f.frequency%type := null,
19: asg_hours per_all_assignments_f.normal_hours%type := null,
20: asg_type per_all_assignments_f.assignment_type%type,
21: ctr_type per_contracts_f.type%type := null,
22: ctr_fr_person_replaced per_contracts_f.ctr_information5%type := null,
23: ctr_status per_contracts_f.status%type := null,
24: ass_employee_category hr_soft_coding_keyflex.segment2%type := null,
25: asg_full_time_freq per_all_positions.frequency%type := null,
26: asg_full_time_hours per_all_positions.working_hours%type := null,

Line 23: ctr_status per_contracts_f.status%type := null,

19: asg_hours per_all_assignments_f.normal_hours%type := null,
20: asg_type per_all_assignments_f.assignment_type%type,
21: ctr_type per_contracts_f.type%type := null,
22: ctr_fr_person_replaced per_contracts_f.ctr_information5%type := null,
23: ctr_status per_contracts_f.status%type := null,
24: ass_employee_category hr_soft_coding_keyflex.segment2%type := null,
25: asg_full_time_freq per_all_positions.frequency%type := null,
26: asg_full_time_hours per_all_positions.working_hours%type := null,
27: asg_fte_value per_assignment_budget_values_f.value%type := null,