DBA Data[Home] [Help]

APPS.IBE_PRICE_PVT dependencies on OE_ORDER_PUB

Line 18: ) return oe_order_pub.header_rec_type

14: Function set_oe_Header_rec (
15: p_party_id number := FND_API.G_MISS_NUM
16: ,p_cust_account_id number := FND_API.G_MISS_NUM
17: ,p_price_list_id number := FND_API.G_MISS_NUM
18: ) return oe_order_pub.header_rec_type
19: is
20: l_pricing_header_rec oe_order_pub.header_rec_type;
21: begin
22: -- l_pricing_header_rec.party_id := p_party_id;

Line 20: l_pricing_header_rec oe_order_pub.header_rec_type;

16: ,p_cust_account_id number := FND_API.G_MISS_NUM
17: ,p_price_list_id number := FND_API.G_MISS_NUM
18: ) return oe_order_pub.header_rec_type
19: is
20: l_pricing_header_rec oe_order_pub.header_rec_type;
21: begin
22: -- l_pricing_header_rec.party_id := p_party_id;
23: l_pricing_header_rec.sold_to_org_id := p_cust_account_id;
24: l_pricing_header_rec.price_list_id:= p_price_list_id;

Line 50: ) return oe_order_pub.line_rec_type

46: ,p_uom_code varchar2 := FND_API.G_MISS_CHAR
47: ,p_price_list_id number := FND_API.G_MISS_NUM
48: ,p_party_id number := FND_API.G_MISS_NUM
49: ,p_cust_account_id number := FND_API.G_MISS_NUM
50: ) return oe_order_pub.line_rec_type
51: is
52: l_pricing_line_rec oe_order_pub.line_rec_type;
53: begin
54: l_pricing_line_rec.inventory_item_id := p_inventory_item_id;

Line 52: l_pricing_line_rec oe_order_pub.line_rec_type;

48: ,p_party_id number := FND_API.G_MISS_NUM
49: ,p_cust_account_id number := FND_API.G_MISS_NUM
50: ) return oe_order_pub.line_rec_type
51: is
52: l_pricing_line_rec oe_order_pub.line_rec_type;
53: begin
54: l_pricing_line_rec.inventory_item_id := p_inventory_item_id;
55: l_pricing_line_rec.order_quantity_uom:= p_uom_code;
56: l_pricing_line_rec.ordered_quantity:= 1;

Line 221: oe_order_pub.g_hdr :=set_oe_Header_rec(

217:
218: begin
219:
220: /*
221: oe_order_pub.g_hdr :=set_oe_Header_rec(
222: p_party_id => p_party_id,
223: p_cust_account_id => p_cust_account_id,
224: p_price_list_id => p_price_list_id );
225:

Line 509: oe_order_pub.g_hdr := NULL;

505: procedure clear_Global_Structures IS
506: BEGIN
507: aso_pricing_int.G_LINE_rec := NULL;
508: aso_pricing_int.g_header_rec := NULL;
509: oe_order_pub.g_hdr := NULL;
510: oe_order_pub.g_line := NULL;
511: END clear_Global_Structures;
512:
513:

Line 510: oe_order_pub.g_line := NULL;

506: BEGIN
507: aso_pricing_int.G_LINE_rec := NULL;
508: aso_pricing_int.g_header_rec := NULL;
509: oe_order_pub.g_hdr := NULL;
510: oe_order_pub.g_line := NULL;
511: END clear_Global_Structures;
512:
513:
514: PROCEDURE GetPricesFromQP(