DBA Data[Home] [Help]

APPS.HR_ACCRUAL_PLAN_API dependencies on PAY_LEGISLATION_RULES

Line 359: from pay_legislation_rules

355: and org_information_context = 'PTO Balance Type';
356:
357: cursor get_leg_balance_type is
358: select rule_mode
359: from pay_legislation_rules
360: where rule_type = 'PTO_BALANCE_TYPE'
361: and legislation_code = l_leg_code;
362:
363: begin