DBA Data[Home] [Help]

APPS.QP_BULK_EXPORT_TMP_PVT dependencies on QP_LIST_LINES

Line 67: FROM QP_LIST_LINES

63: WHERE LIST_HEADER_ID=LIST_FROM;
64:
65: CURSOR C_PRIC_LINES IS
66: SELECT LIST_LINE_ID
67: FROM QP_LIST_LINES
68: WHERE LIST_HEADER_ID=LIST_FROM;
69:
70: CURSOR C_PRIC_ATTRIBS IS
71: SELECT PRICING_ATTRIBUTE_ID

Line 455: from qp_list_lines

451: else
452: begin
453: select orig_sys_line_ref, orig_sys_header_ref
454: into l_orig_sys_line_ref, l_orig_sys_header_ref
455: from qp_list_lines
456: where list_line_id = l_LINE_rec.list_line_id;
457: exception
458: when others then
459: null;

Line 465: from qp_list_lines

461: if l_LINE_Rec.from_rltd_modifier_id is not NULL then
462: begin
463: select orig_sys_line_ref
464: into l_price_break_header_ref
465: from qp_list_lines
466: where list_line_id = l_LINE_rec.from_rltd_modifier_id;
467: exception
468: when others then
469: null;