DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F1_PKG dependencies on PER_ASG_SHD

Line 875: cur_asg_rec per_asg_shd.g_rec_type;

871: -- pay_pog_all_assignments_pkg. This is designed to be called from a row
872: -- handler user hook, hence has many parameters that are not available here.
873: -- So a cursor is used to return the values, to pass to the pog procedure.
874: --
875: cur_asg_rec per_asg_shd.g_rec_type;
876: --
877: cursor asg_details(p_asg_id number
878: ,p_eff_date date)
879: is

Line 1936: ins_asg_rec per_asg_shd.g_rec_type;

1932: l_raise_warning varchar2(1);
1933: --
1934: -- Payroll Object Group (POG) functionality.
1935: --
1936: ins_asg_rec per_asg_shd.g_rec_type;
1937: --
1938: cursor asg_details(p_asg_id number
1939: ,p_eff_date date)
1940: is