DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on OE_AGREEMENTS_B

Line 7176: from OE_AGREEMENTS_B agr, qp_list_headers_vl pri

7172: /* Start : Code change done for Bug 13064273 */
7173:
7174: CURSOR C_Agreement_PL(p_agreement_id Number) Is
7175: Select pri.list_header_id, pri.currency_code
7176: from OE_AGREEMENTS_B agr, qp_list_headers_vl pri
7177: where agr.agreement_id = p_agreement_id
7178: and pri.list_header_id = agr.price_list_id
7179: and pri.list_type_code in ('PRL','AGR')
7180: and pri.active_flag = 'Y'