DBA Data[Home] [Help]

APPS.RCV_INT_ORDER_PP_PVT dependencies on RCV_INT_ORDER_PP_PVT

Line 1: PACKAGE BODY rcv_int_order_pp_pvt AS

1: PACKAGE BODY rcv_int_order_pp_pvt AS
2: /* $Header: RCVPPIOB.pls 120.3.12000000.5 2007/10/22 15:55:37 srnatara ship $ */
3:
4: -- GLOBAL VARIABLES
5: g_asn_debug VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');

Line 129: rcv_int_order_pp_pvt.update_header() procedure.*/

125: /* Bug 4907179: Logging error in PO_INTERFACE_ERRORS table and erroring out the transaction, as
126: we are not able to default the shipment_header_id.
127: Reason: If shipment_header_id is not defaulted, we won't be able to stamp
128: the receipt number created in RCV_SHIPMENT_HEADERS table, through
129: rcv_int_order_pp_pvt.update_header() procedure.*/
130: p_header_record.error_record.error_status := rcv_error_pkg.g_ret_sts_error;
131: rcv_error_pkg.set_error_message('RCV_NO_SHIPMENT_NUM', p_header_record.error_record.error_message);
132: rcv_error_pkg.log_interface_error('RCV_HEADERS_INTERFACE', 'SHIPMENT_NUM', false);/* Bug 4907179 */
133:

Line 1787: END rcv_int_order_pp_pvt;

1783: END IF;
1784: return null;
1785: END get_deliver_to_person_from_rti;
1786:
1787: END rcv_int_order_pp_pvt;