DBA Data[Home] [Help]

APPS.PAY_KR_WG_PKG dependencies on PER_TIME_PERIOD_TYPES

Line 157: ,per_time_period_types TPTYPE

153: ,PACTION.payroll_action_id
154: from pay_payroll_actions PACTION
155: ,pay_assignment_actions ASSACTION
156: ,per_time_periods TPERIOD
157: ,per_time_period_types TPTYPE
158: where ASSACTION.assignment_action_id = p_asg_action_id
159: and PACTION.payroll_action_id = ASSACTION.payroll_action_id
160: and TPERIOD.time_period_id = PACTION.time_period_id
161: and TPTYPE.period_type = TPERIOD.period_type;