DBA Data[Home] [Help]

APPS.CSE_PO_RECEIPT_INTO_PROJECT dependencies on FND_MSG_PUB

Line 817: fnd_msg_pub.add;

813: debug('Inside API cse_po_receipt_into_project.interface_nl_to_pa');
814:
815: IF p_rcv_txn_tbl.COUNT = 0 THEN
816: fnd_message.set_name('CSE','CSE_RCV_TXN_TBL_NO_ROWS');
817: fnd_msg_pub.add;
818: RAISE FND_API.g_Exc_Error;
819: END IF;
820:
821: l_user_id := fnd_global.user_id ;