DBA Data[Home] [Help]

APPS.PAY_INTERPRETER_PKG dependencies on PAY_LEGISLATION_RULES

Line 152: FROM pay_legislation_rules

148: -- The following cursor selects the start date and month of the financial year.
149:
150: CURSOR c_financial_year(p_legislation_code IN VARCHAR) IS
151: SELECT to_date(rule_mode||'/'||l_year, 'DD/MM/YYYY') start_date
152: FROM pay_legislation_rules
153: WHERE legislation_code = p_legislation_code
154: AND rule_type = 'L' ;
155:
156: -- The following cursor selects the Proration Type.