DBA Data[Home] [Help]

APPS.AR_DEPOSIT_LIB_PVT dependencies on OE_PROFILE

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

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