DBA Data[Home] [Help]

APPS.OE_RETROBILL_PVT dependencies on QP_UTIL_PUB

Line 1267: l_pl_tbl QP_UTIL_PUB.price_list_tbl;

1263: p_conversion_type_code IN VARCHAR2,
1264: p_retrobill_request_rec IN OUT NOCOPY OE_RETROBILL_REQUESTS%ROWTYPE,
1265: x_header_rec OUT NOCOPY OE_ORDER_PUB.HEADER_REC_TYPE) AS
1266: l_order_type_id Number;
1267: l_pl_tbl QP_UTIL_PUB.price_list_tbl;
1268: l_valid_price_list_id Number;
1269: --internal private profile for debugging only.
1270: G_INT_USE_ANY_VALID_PL Varchar2(3);
1271: Begin

Line 1312: QP_UTIL_PUB.Get_Price_List(l_currency_code=>p_transaction_curr_code,

1308: IF G_INT_USE_ANY_VALID_PL = 'Y' THEN
1309: --although price at header doesn't matter for retrobilling because each line
1310: --might have their own price list, however, it will fail in header validation if
1311: --the price list does not valid. We need to assign a valid price list for the header
1312: QP_UTIL_PUB.Get_Price_List(l_currency_code=>p_transaction_curr_code,
1313: l_pricing_effective_date=>SYSDATE,
1314: l_agreement_id=>NULL,
1315: l_price_list_tbl=>l_pl_tbl,
1316: l_sold_to_org_id=>p_sold_to_org_id