DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on QP_PB_INPUT_HEADERS_VL

Line 239: p_pb_input_header_rec IN qp_pb_input_headers_vl%ROWTYPE,

235: /*****************************************************************************
236: Internal API to Insert Price Book Lines, Attributes, Break Lines and Messages
237: ******************************************************************************/
238: PROCEDURE Insert_Price_Book_Content(
239: p_pb_input_header_rec IN qp_pb_input_headers_vl%ROWTYPE,
240: p_pb_input_lines_tbl IN QP_PRICE_BOOK_UTIL.pb_input_lines_tbl,
241: p_price_book_header_id IN NUMBER
242: )
243: IS

Line 1508: l_pb_input_header_rec qp_pb_input_headers_vl%ROWTYPE;

1504: p_customer_id IN NUMBER := NULL,
1505: p_price_book_header_id IN NUMBER := NULL,
1506: p_spawned_request IN VARCHAR2 := 'N')
1507: IS
1508: l_pb_input_header_rec qp_pb_input_headers_vl%ROWTYPE;
1509: l_pb_input_lines_tbl QP_PRICE_BOOK_UTIL.pb_input_lines_tbl;
1510: l_publish_price_book_header_id NUMBER := NULL;
1511: l_overwrite_pb_header_id NUMBER := NULL;
1512: l_item_validation_org_id NUMBER;

Line 1715: FROM qp_pb_input_headers_vl

1711:
1712: BEGIN
1713: SELECT *
1714: INTO l_pb_input_header_rec
1715: FROM qp_pb_input_headers_vl
1716: WHERE pb_input_header_id = p_pb_input_header_id;
1717: EXCEPTION
1718: WHEN OTHERS THEN
1719: FND_MESSAGE.SET_NAME('QP', 'QP_INPUT_REC_NOT_FOUND');