DBA Data[Home] [Help]

APPS.BEN_EXT_EVALUATE_INCLUSION dependencies on PER_ALL_ASSIGNMENTS_F

Line 365: p_org_id in per_all_assignments_f.organization_id%type default null,

361: --
362: Procedure Evaluate_Person_Incl
363: (p_person_id in per_all_people_f.person_id%type,
364: p_postal_code in per_addresses.postal_code%type default null,
365: p_org_id in per_all_assignments_f.organization_id%type default null,
366: p_loc_id in per_all_assignments_f.location_id%type default null,
367: p_gre in hr_soft_coding_keyflex.segment1%type default null,
368: p_state in per_addresses.region_2%type default null,
369: p_bnft_grp in per_all_people_f.benefit_group_id%type default null,

Line 366: p_loc_id in per_all_assignments_f.location_id%type default null,

362: Procedure Evaluate_Person_Incl
363: (p_person_id in per_all_people_f.person_id%type,
364: p_postal_code in per_addresses.postal_code%type default null,
365: p_org_id in per_all_assignments_f.organization_id%type default null,
366: p_loc_id in per_all_assignments_f.location_id%type default null,
367: p_gre in hr_soft_coding_keyflex.segment1%type default null,
368: p_state in per_addresses.region_2%type default null,
369: p_bnft_grp in per_all_people_f.benefit_group_id%type default null,
370: p_ee_status in per_all_assignments_f.assignment_status_type_id%type default null,

Line 370: p_ee_status in per_all_assignments_f.assignment_status_type_id%type default null,

366: p_loc_id in per_all_assignments_f.location_id%type default null,
367: p_gre in hr_soft_coding_keyflex.segment1%type default null,
368: p_state in per_addresses.region_2%type default null,
369: p_bnft_grp in per_all_people_f.benefit_group_id%type default null,
370: p_ee_status in per_all_assignments_f.assignment_status_type_id%type default null,
371: p_payroll_id in per_all_assignments_f.payroll_id%type default null,
372: p_chg_evt_cd in varchar2 default null,
373: p_chg_evt_source in varchar2 default null,
374: p_effective_date in date,

Line 371: p_payroll_id in per_all_assignments_f.payroll_id%type default null,

367: p_gre in hr_soft_coding_keyflex.segment1%type default null,
368: p_state in per_addresses.region_2%type default null,
369: p_bnft_grp in per_all_people_f.benefit_group_id%type default null,
370: p_ee_status in per_all_assignments_f.assignment_status_type_id%type default null,
371: p_payroll_id in per_all_assignments_f.payroll_id%type default null,
372: p_chg_evt_cd in varchar2 default null,
373: p_chg_evt_source in varchar2 default null,
374: p_effective_date in date,
375: --RCHASE