DBA Data[Home] [Help]

APPS.FARX_AJ dependencies on FA_TRANSACTION_HEADERS

Line 121: FA_TRANSACTION_HEADERS TH,

117: FA_ASSET_INVOICES AI_IN,
118: FA_ASSET_INVOICES AI_OUT,
119: FA_BOOKS BK_IN,
120: FA_BOOKS BK_OUT,
121: FA_TRANSACTION_HEADERS TH,
122: ( select full_name name, employee_number, person_id employee_id
123: from per_people_f
124: where TRUNC(SYSDATE) BETWEEN EFFECTIVE_START_DATE AND EFFECTIVE_END_DATE
125: ) EMP,

Line 487: fa_transaction_headers th ,

483: FROM
484: fa_lookups lu ,
485: fa_additions ad ,
486: fa_asset_history ah ,
487: fa_transaction_headers th ,
488: fa_adjustments adj1 ,
489: po_vendors po_ai_in ,
490: fa_asset_invoices ai_in ,
491: gl_code_combinations glcc_ar ,