[Home] [Help]
206: and interface_line_id = v_customer_trx_line_id;
207:
208: CURSOR c_get_orgn_project IS
209: SELECT a.organization_id, a.location_id
210: FROM jai_pa_draft_invoices a,
211: ra_interface_lines_all b,
212: pa_projects_all c
213: WHERE b.interface_line_context = 'PROJECTS INVOICES'
214: AND b.line_type = 'LINE'