DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on QP_PB_INPUT_HEADERS_TL

Line 1884: DELETE FROM qp_pb_input_headers_tl

1880:
1881: DELETE FROM qp_pb_input_headers_b
1882: WHERE pb_input_header_id = l_old_input_header_id;
1883:
1884: DELETE FROM qp_pb_input_headers_tl
1885: WHERE pb_input_header_id = l_old_input_header_id;
1886:
1887: DELETE FROM qp_pb_input_lines
1888: WHERE pb_input_header_id = l_old_input_header_id;

Line 1968: DELETE FROM qp_pb_input_headers_tl

1964:
1965: DELETE FROM qp_pb_input_headers_b
1966: WHERE pb_input_header_id = l_delta_input_header_id;
1967:
1968: DELETE FROM qp_pb_input_headers_tl
1969: WHERE pb_input_header_id = l_delta_input_header_id;
1970:
1971: DELETE FROM qp_pb_input_lines
1972: WHERE pb_input_header_id = l_delta_input_header_id;