DBA Data[Home] [Help]

APPS.HR_USER_INIT_EARN dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 3509: pay_element_classifications ec

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

Line 4304: FROM pay_element_classifications

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

Line 4364: FROM pay_element_classifications

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