DBA Data[Home] [Help]

APPS.JAI_AR_TAX_LINES_PKG dependencies on PA_PROJECTS_ALL

Line 212: pa_projects_all c

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'
215: AND b.interface_line_attribute1 = c.segment1
216: AND c.project_id = a.project_id