DBA Data[Home] [Help]

APPS.PAY_SE_PAYSLIP_ARCHIVE dependencies on PAY_BAL_ATTRIBUTE_DEFINITIONS

Line 2427: FROM pay_bal_attribute_definitions

2423: AND p_date_earned BETWEEN effective_start_date AND effective_end_date;
2424:
2425: CURSOR c_bal_attrid (p_attribute_name VARCHAR2 ) IS
2426: SELECT attribute_id
2427: FROM pay_bal_attribute_definitions
2428: WHERE legislation_code='SE'
2429: AND attribute_name= p_attribute_name;
2430:
2431: