DBA Data[Home] [Help]

APPS.PYGBEXC dependencies on HR_GBNIDIR

Line 471: hr_gbnidir.PAYE_STAT_PERIOD_START_DATE(p_user_assignment_action_id);

467: -- using action. This could be a different period size so call the
468: -- period span start with the using action id.
469: --
470: l_span_start :=
471: hr_gbnidir.PAYE_STAT_PERIOD_START_DATE(p_user_assignment_action_id);
472: --
473: IF l_owning_regular_payment_date < l_span_start then
474: p_expiry_information := 1;
475: ELSE