DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_PRICING_CONT_PUB

Line 3435: p_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;

3431:
3432: l_msg_count number := 0;
3433: l_msg_data varchar2(2000);
3434:
3435: p_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;
3436: p_Agreement_val_rec OE_Pricing_Cont_PUB.Agreement_Val_Rec_Type;
3437: p_price_list_rec QP_PRICE_LIST_PUB.Price_List_Rec_Type;
3438: p_price_list_val_rec QP_PRICE_LIST_PUB.Price_List_Val_Rec_Type;
3439:

Line 3436: p_Agreement_val_rec OE_Pricing_Cont_PUB.Agreement_Val_Rec_Type;

3432: l_msg_count number := 0;
3433: l_msg_data varchar2(2000);
3434:
3435: p_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;
3436: p_Agreement_val_rec OE_Pricing_Cont_PUB.Agreement_Val_Rec_Type;
3437: p_price_list_rec QP_PRICE_LIST_PUB.Price_List_Rec_Type;
3438: p_price_list_val_rec QP_PRICE_LIST_PUB.Price_List_Val_Rec_Type;
3439:
3440: p_price_list_line_tbl QP_PRICE_LIST_PUB.Price_List_Line_Tbl_Type;

Line 3446: x_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;

3442:
3443: p_pricing_attr_tbl QP_PRICE_LIST_PUB.Pricing_Attr_Tbl_Type;
3444: p_pricing_attr_val_tbl QP_PRICE_LIST_PUB.Pricing_Attr_Val_Tbl_Type;
3445:
3446: x_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;
3447: x_Agreement_val_rec OE_Pricing_Cont_PUB.Agreement_Val_Rec_Type;
3448:
3449: x_price_list_rec QP_PRICE_LIST_PUB.Price_List_Rec_Type;
3450: x_price_list_val_rec QP_PRICE_LIST_PUB.Price_List_Val_Rec_Type;

Line 3447: x_Agreement_val_rec OE_Pricing_Cont_PUB.Agreement_Val_Rec_Type;

3443: p_pricing_attr_tbl QP_PRICE_LIST_PUB.Pricing_Attr_Tbl_Type;
3444: p_pricing_attr_val_tbl QP_PRICE_LIST_PUB.Pricing_Attr_Val_Tbl_Type;
3445:
3446: x_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;
3447: x_Agreement_val_rec OE_Pricing_Cont_PUB.Agreement_Val_Rec_Type;
3448:
3449: x_price_list_rec QP_PRICE_LIST_PUB.Price_List_Rec_Type;
3450: x_price_list_val_rec QP_PRICE_LIST_PUB.Price_List_Val_Rec_Type;
3451:

Line 3481: OE_Pricing_Cont_PUB.Process_Agreement

3477: p_agreement_rec.price_list_id := p_price_list_id;
3478: p_agreement_rec.sold_to_org_id := p_sold_to_org_id;
3479: oe_debug_pub.add('Before Process_Agreement', 1);
3480:
3481: OE_Pricing_Cont_PUB.Process_Agreement
3482: ( p_api_version_number => 1.0
3483:
3484: , p_init_msg_list => FND_API.G_TRUE
3485: , p_return_values => FND_API.G_FALSE