DBA Data[Home] [Help]

APPS.OE_RETROBILL_PVT dependencies on QP_UTIL_PUB

Line 1286: l_pl_tbl QP_UTIL_PUB.price_list_tbl;

1282: p_conversion_type_code IN VARCHAR2,
1283: p_retrobill_request_rec IN OUT NOCOPY OE_RETROBILL_REQUESTS%ROWTYPE,
1284: x_header_rec OUT NOCOPY OE_ORDER_PUB.HEADER_REC_TYPE) AS
1285: l_order_type_id Number;
1286: l_pl_tbl QP_UTIL_PUB.price_list_tbl;
1287: l_valid_price_list_id Number;
1288: --internal private profile for debugging only.
1289: G_INT_USE_ANY_VALID_PL Varchar2(3);
1290: Begin

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

1327: IF G_INT_USE_ANY_VALID_PL = 'Y' THEN
1328: --although price at header doesn't matter for retrobilling because each line
1329: --might have their own price list, however, it will fail in header validation if
1330: --the price list does not valid. We need to assign a valid price list for the header
1331: QP_UTIL_PUB.Get_Price_List(l_currency_code=>p_transaction_curr_code,
1332: l_pricing_effective_date=>SYSDATE,
1333: l_agreement_id=>NULL,
1334: l_price_list_tbl=>l_pl_tbl,
1335: l_sold_to_org_id=>p_sold_to_org_id