DBA Data[Home] [Help]

APPS.INV_ITEM_EVENTS_PVT dependencies on MTL_PARAMETERS

Line 31: FROM MTL_PARAMETERS

27: SELECT DECODE(master_organization_id, p_organization_id, 'Y', 'N'),
28: organization_code
29: INTO x_master_org_flag,
30: x_organization_code
31: FROM MTL_PARAMETERS
32: WHERE organization_id = p_organization_id;
33:
34: END get_Org_Info;
35: