[Home] [Help]
413: AND company_code = p_xtr_bank_account_rec.party_code;
414: -- This cursor verifies if the pricing model passed is authorized or not
415: cursor c_pm_authorized is
416: select authorized
417: from xtr_price_models_v
418: where deal_type = 'CA'
419: and code = p_xtr_bank_account_rec.pricing_model;
420: -- This cursor verifies if the party_code passed is
421: -- of a valid company or not