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.22.12000000.2 2007/07/02 09:13:05 amourya 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 813: debug('Inside API cse_po_receipt_into_project.interface_nl_to_pa');

809: BEGIN
810:
811: x_return_status := g_ret_sts_success;
812:
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;

Line 967: END cse_po_receipt_into_project;

963: x_error_message := fnd_message.get;
964: x_return_status := g_ret_sts_unexp_error;
965: END interface_nl_to_pa;
966:
967: END cse_po_receipt_into_project;