DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 3028: l_class_name pay_element_classifications.classification_name%type;

3024: l_dbitem_found boolean;
3025: l_record_inserted boolean;
3026:
3027: l_benefit_class_id number;
3028: l_class_name pay_element_classifications.classification_name%type;
3029: l_business_group_id number;
3030: l_element_name pay_element_types_f.element_name%type;
3031: l_legislation_code pay_element_types_f.legislation_code%type;
3032: l_leg_code_class pay_element_types_f.legislation_code%type;

Line 3063: , pay_element_classifications CLASS

3059: l_class_name,
3060: l_created_by,
3061: l_last_login
3062: from pay_element_types_f ETYPE
3063: , pay_element_classifications CLASS
3064: where ETYPE.element_type_id = p_element_type_id
3065: and p_effective_date between ETYPE.effective_start_date
3066: and ETYPE.effective_end_date
3067: and CLASS.classification_id = ETYPE.classification_id;