DBA Data[Home] [Help]

APPS.PA_CC_TRANSFER_PRICE dependencies on HR_ORGANIZATION_INFORMATION

Line 2095: FROM hr_organization_information

2091:
2092: Cursor c_legal_entity
2093: is
2094: SELECT org_information2 legal_entity_id
2095: FROM hr_organization_information
2096: WHERE organization_id = p_org_id
2097: AND org_information_context = 'Operating Unit Information';
2098:
2099: /* Commented for bug 4920063. Added Above statement for LE

Line 2106: l_legal_entity hr_organization_information.org_information2%TYPE;

2102: where org_id = p_org_id;*/
2103:
2104: /*l_legal_entity pa_implementations_all.legal_entity_id%TYPE; Commented for bug 2920063*/
2105:
2106: l_legal_entity hr_organization_information.org_information2%TYPE;
2107:
2108: BEGIN
2109:
2110: pa_debug.Set_err_stack ('Get_Legal_Entity');