DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_CUSTOMER_INFO_PVT

Line 9956: OE_CUSTOMER_INFO_PVT.G_SOLD_TO_CUSTOMER_ID := NULL;

9952: IF l_debug_level >0 then
9953: oe_debug_pub.add('Entering OE_HEADER_UTIL.Get_customer_info_ids :'||p_header_customer_info_tbl.count);
9954: End IF;
9955:
9956: OE_CUSTOMER_INFO_PVT.G_SOLD_TO_CUSTOMER_ID := NULL;
9957:
9958: IF p_header_customer_info_tbl.count = 0 THEN
9959: x_return_status := FND_API.G_RET_STS_SUCCESS;
9960: RETURN;

Line 10023: OE_CUSTOMER_INFO_PVT.get_customer_info_ids (

10019:
10020:
10021:
10022:
10023: OE_CUSTOMER_INFO_PVT.get_customer_info_ids (
10024: p_customer_info_tbl => p_header_customer_info_tbl,
10025: p_operation_code => p_x_header_rec.operation,
10026: p_sold_to_customer_ref => p_x_header_rec.sold_to_customer_ref,
10027: p_ship_to_customer_ref => p_x_header_rec.ship_to_customer_ref,

Line 10095: OE_CUSTOMER_INFO_PVT.G_SOLD_TO_CUSTOMER_ID := x_sold_to_customer_id;

10091: p_x_header_rec.ship_to_contact_id := x_ship_to_contact_id;
10092: p_x_header_rec.invoice_to_contact_id := x_invoice_to_contact_id;
10093: p_x_header_rec.deliver_to_contact_id := x_deliver_to_contact_id;
10094:
10095: OE_CUSTOMER_INFO_PVT.G_SOLD_TO_CUSTOMER_ID := x_sold_to_customer_id;
10096: OE_CUSTOMER_INFO_PVT.G_SOLD_TO_CONTACT_ID := x_sold_to_contact_id;
10097:
10098: OE_MSG_PUB.reset_msg_context('HEADER');
10099:

Line 10096: OE_CUSTOMER_INFO_PVT.G_SOLD_TO_CONTACT_ID := x_sold_to_contact_id;

10092: p_x_header_rec.invoice_to_contact_id := x_invoice_to_contact_id;
10093: p_x_header_rec.deliver_to_contact_id := x_deliver_to_contact_id;
10094:
10095: OE_CUSTOMER_INFO_PVT.G_SOLD_TO_CUSTOMER_ID := x_sold_to_customer_id;
10096: OE_CUSTOMER_INFO_PVT.G_SOLD_TO_CONTACT_ID := x_sold_to_contact_id;
10097:
10098: OE_MSG_PUB.reset_msg_context('HEADER');
10099:
10100: