org query assignment api oracle apps

Upload: ishaqalikhan

Post on 05-Oct-2015

9 views

Category:

Documents


0 download

DESCRIPTION

Org Query assignment API Oracle Apps

TRANSCRIPT

EGO_ITEM_PUB.ASSIGN_ITEM_TO_ORG( P_API_VERSION => l_api_version , P_INIT_MSG_LIST => l_INIT_MSG_LIST , P_COMMIT => l_COMMIT , P_INVENTORY_ITEM_ID => l_inventory_item_id--(item id from the above Query), P_ITEM_NUMBER => l_segment1 --(Item Code from the above Query) , P_ORGANIZATION_ID => v_organization_id --(Organization Id for assingment) , P_ORGANIZATION_CODE => NULL--v_organization_code , P_PRIMARY_UOM_CODE => l_UOM --(UOM from the above Query) , X_RETURN_STATUS => X_RETURN_STATUS , X_MSG_COUNT => X_MSG_COUNT );