DBA Data[Home] [Help]

APPS.PAY_FR_PTO_PKG dependencies on PAY_BALANCE_TYPES

Line 2170: from pay_balance_types

2166: and ppa.action_type in ('R', 'Q', 'I', 'V', 'B');
2167: --
2168: CURSOR csr_get_balance_type_id is
2169: select balance_type_id
2170: from pay_balance_types
2171: where balance_name = 'FR_SUBJECT_TO_EARNINGS_DEDUCTION'
2172: and legislation_code = 'FR';
2173: --
2174: CURSOR csr_plan_type is