DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on OE_AGREEMENTS_B

Line 141: from OE_AGREEMENTS_B agr, qp_list_headers_vl pri

137: /* Start : Code change done for Bug 12674665 */
138:
139: CURSOR C_Agreement_PL(p_agreement_id Number) Is
140: Select pri.list_header_id, pri.currency_code
141: from OE_AGREEMENTS_B agr, qp_list_headers_vl pri
142: where agr.agreement_id = p_agreement_id
143: and pri.list_header_id = agr.price_list_id
144: and pri.list_type_code in ('PRL','AGR')
145: and pri.active_flag = 'Y'