DBA Data[Home] [Help]

APPS.PON_OPEN_INTERFACE_PVT dependencies on PON_OPEN_INTERFACE_PVT

Line 1: PACKAGE BODY pon_open_interface_pvt AS

1: PACKAGE BODY pon_open_interface_pvt AS
2: /* $Header: PON_OPEN_INTERFACE_PVT.plb 120.7.12020000.11 2013/05/22 11:21:03 rakearun noship $ */
3:
4: --TYPE allowed_values_table IS TABLE OF VARCHAR2(20);
5: neg_header_record_data neg_header_record;

Line 2: /* $Header: PON_OPEN_INTERFACE_PVT.plb 120.7.12020000.11 2013/05/22 11:21:03 rakearun noship $ */

1: PACKAGE BODY pon_open_interface_pvt AS
2: /* $Header: PON_OPEN_INTERFACE_PVT.plb 120.7.12020000.11 2013/05/22 11:21:03 rakearun noship $ */
3:
4: --TYPE allowed_values_table IS TABLE OF VARCHAR2(20);
5: neg_header_record_data neg_header_record;
6:

Line 3891: print_log('pon_open_interface_pvt.create_negotiation begin');

3887:
3888: BEGIN
3889:
3890: x_return_status := FND_API.G_RET_STS_SUCCESS;
3891: print_log('pon_open_interface_pvt.create_negotiation begin');
3892: --x_return_status := FND_API.G_RET_STS_SUCCESS;
3893: neg_header_record_data := l_empty_header_rec;
3894:
3895: update pon_auction_headers_interface SET batch_id = p_batch_id WHERE interface_header_id = p_batch_id;

Line 3925: print_log('pon_open_interface_pvt.create_negotiation: before calling process_negotiation_header');

3921: FND_MSG_PUB.ADD;
3922: RAISE FND_API.G_EXC_ERROR;
3923: END;
3924:
3925: print_log('pon_open_interface_pvt.create_negotiation: before calling process_negotiation_header');
3926: process_negotiation_header(
3927: p_batch_id,
3928: g_trading_partner_id,
3929: x_auction_header_id,

Line 7879: END PON_OPEN_INTERFACE_PVT;

7875: NULL;
7876:
7877: END line_sanity_validation;
7878:
7879: END PON_OPEN_INTERFACE_PVT;