DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on PAY_CALENDARS

Line 8051: from pqh_psb_budgets pb, pay_calendars pc

8047: l_period_type_mismatch BOOLEAN := FALSE;
8048:
8049: cursor c_hrms_period_type is
8050: select pc.proc_period_type
8051: from pqh_psb_budgets pb, pay_calendars pc
8052: where pb.budget_id = p_hr_budget_id
8053: and pc.period_set_name = pb.period_set_name;
8054:
8055: cursor c_psb_period_type is