DBA Data[Home] [Help]

APPS.CSE_PO_RECEIPT_INTO_PROJECT dependencies on CSE_PO_RECEIPT_INTO_PROJECT

Line 1: PACKAGE BODY cse_po_receipt_into_project AS

1: PACKAGE BODY cse_po_receipt_into_project AS
2: /* $Header: CSEPORCB.pls 120.23.12020000.5 2013/03/25 06:09:52 aabmishr ship $ */
3:
4: l_debug varchar2(1) := NVL(fnd_profile.value('CSE_DEBUG_OPTION'),'N');
5:

Line 156: debug('Inside API cse_po_receipt_into_project.update_csi_data');

152:
153: x_return_status := g_ret_sts_success;
154: x_error_message := NULL;
155:
156: debug('Inside API cse_po_receipt_into_project.update_csi_data');
157: debug(' rcv_transaction_id : '||p_rcv_attributes_rec.rcv_transaction_id);
158:
159: l_rcv_transaction_id := p_rcv_attributes_rec.rcv_transaction_id;
160:

Line 610: debug('Inside API cse_po_receipt_into_project.get_rcv_transaction_details');

606:
607: x_return_status := g_ret_sts_success;
608: x_error_message := null;
609:
610: debug('Inside API cse_po_receipt_into_project.get_rcv_transaction_details');
611: debug(' rcv_transaction_id : '||p_rcv_transaction_id);
612:
613: FOR rcvtxn_rec IN rcvtxn_cur(p_rcv_transaction_id)
614: LOOP

Line 818: debug('Inside API cse_po_receipt_into_project.interface_nl_to_pa');

814: BEGIN
815:
816: x_return_status := g_ret_sts_success;
817:
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;

Line 1026: END cse_po_receipt_into_project;

1022: x_error_message := fnd_message.get;
1023: x_return_status := g_ret_sts_unexp_error;
1024: END interface_nl_to_pa;
1025:
1026: END cse_po_receipt_into_project;