DBA Data[Home] [Help]

APPS.PYGBEXC dependencies on HR_GBNIDIR

Line 747: hr_gbnidir.PAYE_STAT_PERIOD_START_DATE(p_user_assignment_action_id);

743: -- using action. This could be a different period size so call the
744: -- period span start with the using action id.
745: --
746: l_span_start :=
747: hr_gbnidir.PAYE_STAT_PERIOD_START_DATE(p_user_assignment_action_id);
748: --
749: IF l_owning_regular_payment_date < l_span_start then
750: p_expiry_information := 1;
751: ELSE