DBA Data[Home] [Help]

APPS.CSE_PO_RECEIPT_INTO_PROJECT dependencies on FND_MSG_PUB

Line 822: fnd_msg_pub.add;

818: debug('Inside API cse_po_receipt_into_project.interface_nl_to_pa');
819:
820: IF p_rcv_txn_tbl.COUNT = 0 THEN
821: fnd_message.set_name('CSE','CSE_RCV_TXN_TBL_NO_ROWS');
822: fnd_msg_pub.add;
823: RAISE FND_API.g_Exc_Error;
824: END IF;
825:
826: l_user_id := fnd_global.user_id ;