DBA Data[Home] [Help]

APPS.QP_BULK_EXPORT_TMP_PVT dependencies on QP_PRICING_ATTRIBUTES

Line 72: FROM QP_PRICING_ATTRIBUTES

68: WHERE LIST_HEADER_ID=LIST_FROM;
69:
70: CURSOR C_PRIC_ATTRIBS IS
71: SELECT PRICING_ATTRIBUTE_ID
72: FROM QP_PRICING_ATTRIBUTES
73: WHERE LIST_HEADER_ID = LIST_FROM;
74:
75: l_list_line_id number;
76: l_list_qualifier_id number;

Line 702: from qp_pricing_attributes

698: else
699: begin
700: select orig_sys_line_ref, orig_sys_header_ref, orig_sys_pricing_attr_ref
701: into l_orig_sys_line_ref, l_orig_sys_header_ref, l_orig_sys_pricing_attr_ref
702: from qp_pricing_attributes
703: where pricing_attribute_id = l_attribs_rec.pricing_attribute_id;
704: exception
705: when others then
706: null;