DBA Data[Home] [Help]

APPS.PAY_SE_PAYSLIP_ARCHIVE dependencies on PAY_BAL_ATTRIBUTE_DEFINITIONS

Line 2439: FROM pay_bal_attribute_definitions

2435: AND p_date_earned BETWEEN effective_start_date AND effective_end_date;
2436:
2437: CURSOR c_bal_attrid (p_attribute_name VARCHAR2 ) IS
2438: SELECT attribute_id
2439: FROM pay_bal_attribute_definitions
2440: WHERE legislation_code='SE'
2441: AND attribute_name= p_attribute_name;
2442:
2443: