DBA Data[Home] [Help]

APPS.HR_PAYROLLS dependencies on PER_TIME_PERIOD_TYPES_VL

Line 968: from per_time_period_types_vl tpt

964: -- Period Type.
965: --
966: select NVL(tpt.display_period_type, p_pay_det.period_type)
967: into l_display_period_type
968: from per_time_period_types_vl tpt
969: where tpt.period_type = p_pay_det.period_type;
970: --
971: -- For GB legislation we store the period number as the multiple of
972: -- constituent base period types.