DBA Data[Home] [Help]

APPS.OKE_DEFAULTING_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 299: From HR_ALL_ORGANIZATION_UNITS hr, MTL_PARAMETERS mp

295: where cle_id = p_line_id;
296:
297: Cursor Inv_C(P_Id Number) Is
298: Select 'x'
299: From HR_ALL_ORGANIZATION_UNITS hr, MTL_PARAMETERS mp
300: Where hr.Organization_Id = P_Id
301: And mp.Organization_Id = hr.Organization_Id;
302:
303: