DBA Data[Home] [Help]

APPS.INV_STANDALONE_SYNC_PUB dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 198: FROM org_organization_definitions

194: ELSE
195: BEGIN
196: SELECT organization_id
197: INTO l_organization_id
198: FROM org_organization_definitions
199: WHERE organization_name = p_organization_name;
200: EXCEPTION
201: WHEN OTHERS THEN
202: fnd_message.set_name('INV', 'INV_INT_ORGCODE');