DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 3031: l_class_name pay_element_classifications.classification_name%type;

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

Line 3066: , pay_element_classifications CLASS

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