DBA Data[Home] [Help]

APPS.PER_FR_D2_PKG dependencies on PER_ALL_POSITIONS

Line 25: asg_full_time_freq per_all_positions.frequency%type := null,

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,
28: block_start_date date := null,
29: block_end_date date := null );

Line 26: asg_full_time_hours per_all_positions.working_hours%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,
28: block_start_date date := null,
29: block_end_date date := null );
30: --