DBA Data[Home] [Help]

APPS.AR_DEPOSIT_LIB_PVT dependencies on OE_PROFILE

Line 1602: ORGANIZATION_ID = oe_profile.value('SO_ORGANIZATION_ID') and

1598: select inventory_item_id
1599: into l_dummy
1600: from MTL_SYSTEM_ITEMS_B
1601: where inventory_item_id = x_inventory_id and
1602: ORGANIZATION_ID = oe_profile.value('SO_ORGANIZATION_ID') and
1603: ENABLED_FLAG = 'Y';
1604: EXCEPTION
1605: when no_data_found then
1606: FND_MESSAGE.SET_NAME('AR','AR_DAPI_INV_ID_INVALID');