DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 313: financials_system_params_all fsp,

309: orgf.description carrier
310: into
311: l_carrier
312: from
313: financials_system_params_all fsp,
314: org_freight orgf
315: where
316: nvl(fsp.org_id, -9999)= nvl(p_org_id, -9999)
317: and orgf.organization_id = fsp.inventory_organization_id

Line 2650: financials_system_params_all fsp

2646: fnd_attached_documents ad,
2647: fnd_document_categories categories,
2648: fnd_document_categories_tl categories_tl,
2649: pon_auction_item_prices_all paip,
2650: financials_system_params_all fsp
2651: where d.document_id = ad.document_id
2652: and
2653: ad.entity_name = 'MTL_SYSTEM_ITEMS'
2654: AND paip.auction_header_id = pah.auction_header_id