DBA Data[Home] [Help]

APPS.FARX_AJ dependencies on PO_VENDORS

Line 130: PO_VENDORS PO_IN,

126: FA_DISTRIBUTION_HISTORY DH,
127: FA_ASSET_HISTORY AH,
128: FA_CATEGORY_BOOKS CAT_BK,
129: FA_LOOKUPS FALU,
130: PO_VENDORS PO_IN,
131: PO_VENDORS PO_OUT,
132: FA_ADDITIONS AD,
133: GL_CODE_COMBINATIONS DHCC,
134: FA_BOOKS ACTIVE_BK,

Line 131: PO_VENDORS PO_OUT,

127: FA_ASSET_HISTORY AH,
128: FA_CATEGORY_BOOKS CAT_BK,
129: FA_LOOKUPS FALU,
130: PO_VENDORS PO_IN,
131: PO_VENDORS PO_OUT,
132: FA_ADDITIONS AD,
133: GL_CODE_COMBINATIONS DHCC,
134: FA_BOOKS ACTIVE_BK,
135: FA_ADDITIONS_B GAD

Line 461: po_vendors po_ai_in,

457: ai_in.invoice_line_number||' - '||ai_in.ap_distribution_line_number ),
458: ai_in.description,
459: sum(nvl(ai_in.payables_cost,0) * nvl(dh.units_assigned, ah.units) / ah.units )
460: from
461: po_vendors po_ai_in,
462: fa_lookups lu,
463: gl_code_combinations glcc_ar,
464: fa_additions ad,
465: fa_distribution_history dh,

Line 517: po_vendors po_ai_in,

513: -- ai_in.ap_distribution_line_number,
514: ai_in.description,
515: sum(nvl(ai_in.payables_cost,0) * nvl(dh.units_assigned, ah.units) / ah.units )
516: from
517: po_vendors po_ai_in,
518: fa_lookups lu,
519: gl_code_combinations glcc_ar,
520: fa_additions ad,
521: fa_distribution_history dh,

Line 573: from po_vendors po_ai_in,

569: ai_in.invoice_line_number||' - '||ai_in.ap_distribution_line_number ),
570: --ai_in.ap_distribution_line_number,
571: ai_in.description,
572: sum(nvl(ai_in.payables_cost,0) * nvl(dh.units_assigned, ah.units) / ah.units )
573: from po_vendors po_ai_in,
574: fa_lookups lu,
575: gl_code_combinations glcc_ar,
576: fa_additions ad,
577: fa_distribution_history dh,

Line 643: from po_vendors po_ai_in,

639: nvl(ai_in.fixed_assets_cost, 0)) -
640: nvl(ai_in.payables_cost, 0))
641: * (nvl (dh.units_assigned, ah.units) /
642: ah.units))
643: from po_vendors po_ai_in,
644: fa_lookups lu,
645: fa_distribution_history dh,
646: gl_code_combinations glcc_fa,
647: gl_code_combinations glcc_ar,

Line 799: po_vendors po_ai_in,

795: nvl(ai_in.fixed_assets_cost, 0) -
796: nvl(ai_in.payables_cost, 0))
797: * (dh.units_assigned / ah.units)),2)
798: from fa_asset_invoices ai_out,
799: po_vendors po_ai_in,
800: fa_lookups lu,
801: fa_distribution_history dh,
802: gl_code_combinations glcc_fa,
803: gl_code_combinations glcc_ar,

Line 886: po_vendors po_ai_in,

882: ai_out.asset_id,
883: -nvl(ai_out.fixed_assets_cost,0),0)
884: * (dh.units_assigned / ah.units)),2)
885: from fa_asset_invoices ai_out,
886: po_vendors po_ai_in,
887: fa_lookups lu,
888: fa_distribution_history dh,
889: gl_code_combinations glcc_fa,
890: gl_code_combinations glcc_ar,