DBA Data[Home] [Help]

APPS.PAY_IN_ELEMENT_TEMPLATE_PKG dependencies on PAY_IN_ALLOWANCE_MAX_EXEM_V

Line 1547: ,pay_in_allowance_max_exem_v exem

1543: SELECT catg.allowance_name
1544: ,catg.category_code
1545: ,exem.exemption_amount
1546: FROM pay_in_allowance_categories_v catg
1547: ,pay_in_allowance_max_exem_v exem
1548: WHERE catg.allowance_name = exem.allowance_name
1549: AND catg.allowance_name = p_allowance_name;
1550:
1551: l_alwn_details csr_alwn_details%ROWTYPE;