DBA Data[Home] [Help]

APPS.PER_FR_D2_PKG dependencies on PER_CONTRACTS_F

Line 630: from per_contracts_f pcf

626: -- Will be null where there is no contract e.g. Contingent workers
627: --
628: select to_number(to_char(min(effective_start_date),'YYYY'))
629: into p_year_became_permanent
630: from per_contracts_f pcf
631: where pcf.effective_start_date >= l_date_start
632: and pcf.person_id = p_person_id
633: and pcf.CTR_INFORMATION_CATEGORY = 'FR'
634: and pcf.CTR_INFORMATION2 = 'PERMANENT'

Line 1170: per_contracts_f c,

1166: l_start_ptu,
1167: l_start_bud
1168: from per_all_assignments_f a,
1169: per_all_people_f p,
1170: per_contracts_f c,
1171: per_person_type_usages_f ptu,
1172: per_assignment_budget_values_f b
1173: where a.assignment_id = p_assignment_id
1174: and p.person_id = a.person_id

Line 1274: per_contracts_f ctr,

1270: p_block_table(i).asg_fte_value,
1271: p_block_table(i).asg_type,
1272: l_person_id
1273: from per_all_people_f per,
1274: per_contracts_f ctr,
1275: hr_soft_coding_keyflex scl,
1276: per_all_positions pos,
1277: hr_organization_information org,
1278: hr_organization_information bus,