DBA Data[Home] [Help]

APPS.HR_USER_INIT_EARN dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 3511: pay_element_classifications ec

3507: AND bt.balance_type_id = f.balance_type_id
3508: and bt.balance_type_id not in
3509: (select bc.balance_type_id
3510: from pay_balance_classifications bc,
3511: pay_element_classifications ec
3512: where ec.legislation_code = 'US'
3513: and ec.classification_name = 'Earnings'
3514: and bc.classification_id = ec.classification_id);
3515:

Line 4306: FROM pay_element_classifications

4302: SELECT default_low_priority,
4303: default_high_priority
4304: INTO v_class_lo_priority,
4305: v_class_hi_priority
4306: FROM pay_element_classifications
4307: WHERE classification_id = v_primary_class_id
4308: AND nvl(business_group_id, p_bg_id) = p_bg_id;
4309: --
4310: IF p_reduce_regular = 'Y' THEN

Line 4366: FROM pay_element_classifications

4362: INTO v_primary_class_id,
4363: v_info_dflt_priority,
4364: v_class_lo_priority,
4365: v_class_hi_priority
4366: FROM pay_element_classifications
4367: WHERE classification_name = 'Information'
4368: AND nvl(business_group_id, p_bg_id) = p_bg_id;
4369: --
4370: hr_utility.set_location('pyusuiet',1033);