DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F1_PKG dependencies on PER_ASG_SHD

Line 947: cur_asg_rec per_asg_shd.g_rec_type;

943: -- pay_pog_all_assignments_pkg. This is designed to be called from a row
944: -- handler user hook, hence has many parameters that are not available here.
945: -- So a cursor is used to return the values, to pass to the pog procedure.
946: --
947: cur_asg_rec per_asg_shd.g_rec_type;
948: --
949: cursor asg_details(p_asg_id number
950: ,p_eff_date date)
951: is

Line 2027: ins_asg_rec per_asg_shd.g_rec_type;

2023: l_raise_warning varchar2(1);
2024: --
2025: -- Payroll Object Group (POG) functionality.
2026: --
2027: ins_asg_rec per_asg_shd.g_rec_type;
2028: --
2029: cursor asg_details(p_asg_id number
2030: ,p_eff_date date)
2031: is