DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_PRICING_CONT_PUB

Line 3438: p_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;

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

Line 3439: p_Agreement_val_rec OE_Pricing_Cont_PUB.Agreement_Val_Rec_Type;

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

Line 3449: x_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;

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

Line 3450: x_Agreement_val_rec OE_Pricing_Cont_PUB.Agreement_Val_Rec_Type;

3446: p_pricing_attr_tbl QP_PRICE_LIST_PUB.Pricing_Attr_Tbl_Type;
3447: p_pricing_attr_val_tbl QP_PRICE_LIST_PUB.Pricing_Attr_Val_Tbl_Type;
3448:
3449: x_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;
3450: x_Agreement_val_rec OE_Pricing_Cont_PUB.Agreement_Val_Rec_Type;
3451:
3452: x_price_list_rec QP_PRICE_LIST_PUB.Price_List_Rec_Type;
3453: x_price_list_val_rec QP_PRICE_LIST_PUB.Price_List_Val_Rec_Type;
3454:

Line 3484: OE_Pricing_Cont_PUB.Process_Agreement

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