DBA Data[Home] [Help]

APPS.JAI_AR_TAX_LINES_PKG dependencies on RA_INTERFACE_LINES_ALL

Line 203: from ra_interfacE_lines_all

199: WHERE Customer_Trx_ID = v_customer_trx_id;
200:
201: Cursor c_get_orgn is
202: select warehouse_id, interface_line_attribute6
203: from ra_interfacE_lines_all
204: where interfacE_line_context = 'ORDER ENTRY'
205: and line_type = 'LINE'
206: and interface_line_id = v_customer_trx_line_id;
207:

Line 211: ra_interface_lines_all b,

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