DBA Data[Home] [Help]

APPS.PA_CC_TRANSFER_PRICE dependencies on HR_OPERATING_UNITS

Line 2027: -- in hr_operating_units

2023:
2024: IF l_legal_entity IS NOT NULL THEN
2025: x_legal_entity_id := to_number(l_legal_entity);
2026: -- conversion required as legal_entity_id is stored as varchar2
2027: -- in hr_operating_units
2028: END IF;
2029:
2030: pa_debug.Reset_err_stack;
2031:

Line 2081: from hr_operating_units

2077:
2078: Cursor c_business_group
2079: is
2080: select business_group_id
2081: from hr_operating_units
2082: where organization_id = p_org_id;
2083:
2084: l_business_group hr_operating_units.business_group_id%TYPE;
2085:

Line 2084: l_business_group hr_operating_units.business_group_id%TYPE;

2080: select business_group_id
2081: from hr_operating_units
2082: where organization_id = p_org_id;
2083:
2084: l_business_group hr_operating_units.business_group_id%TYPE;
2085:
2086: BEGIN
2087: pa_debug.Set_err_stack ('Get_Business_group');
2088: pa_debug.G_Err_Stage := 'Get bisiness_group of Org'||to_char(p_org_id);