DBA Data[Home] [Help]

APPS.FARX_AJ dependencies on FA_INVOICE_TRANSACTIONS

Line 116: FROM FA_INVOICE_TRANSACTIONS IT,

112: 'INVOICE REINSTATE','R',
113: NULL),
114: DECODE(IT.TRANSACTION_TYPE, NULL, 'NO', 'YES'),
115: GAD.ASSET_NUMBER GROUP_ASSET_NUMBER
116: FROM FA_INVOICE_TRANSACTIONS IT,
117: FA_ASSET_INVOICES AI_IN,
118: FA_ASSET_INVOICES AI_OUT,
119: FA_BOOKS BK_IN,
120: FA_BOOKS BK_OUT,

Line 579: fa_invoice_transactions it,

575: gl_code_combinations glcc_ar,
576: fa_additions ad,
577: fa_distribution_history dh,
578: fa_asset_history ah,
579: fa_invoice_transactions it,
580: fa_asset_invoices ai_in,
581: fa_transaction_headers tht,
582: fa_transaction_headers th
583: where it.book_type_code = h_book and

Line 808: fa_invoice_transactions it,

804: fa_additions ad,
805: fa_asset_history ah,
806: fa_category_books cat_bk,
807: fa_transaction_headers th,
808: fa_invoice_transactions it,
809: fa_asset_invoices ai_in
810: where it.book_type_code = h_book and
811: ((it.transaction_type = 'MASS ADDITION' and
812: nvl(ai_in.fixed_assets_cost,0) <>

Line 895: fa_invoice_transactions it,

891: fa_additions ad,
892: fa_asset_history ah,
893: fa_category_books cat_bk,
894: fa_transaction_headers th,
895: fa_invoice_transactions it,
896: fa_asset_invoices ai_in,
897: fa_adjustments adj1
898:
899: /* SLA Changes */