DBA Data[Home] [Help]

APPS.EGO_ITEM_WS_PVT dependencies on EGO_PUB_BAT_STATUS_B

Line 4782: UPDATE EGO_PUB_BAT_STATUS_B

4778: where session_id = p_session_id
4779: and SEQUENCE_NUMBER = l_seq_number);
4780:
4781: -- Need to use an API - which will be provided by PUB FWK
4782: UPDATE EGO_PUB_BAT_STATUS_B
4783: SET STATUS_CODE = 'F' , MESSAGE = 'User ' || l_user_name ||' does not have the publilsh privilege on few components of the structure ' ||
4784: l_structure_name || ' for this Item.'
4785: WHERE batch_id = l_batch_id AND BATCH_ENTITY_OBJECT_ID = l_batch_ent_obj_id;
4786: