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 4234: financials_system_params_all fsp

4230: fnd_attached_documents ad,
4231: fnd_document_categories categories,
4232: fnd_document_categories_tl categories_tl,
4233: pon_auction_item_prices_all paip,
4234: financials_system_params_all fsp
4235: where d.document_id = ad.document_id
4236: and
4237: ad.entity_name = 'MTL_SYSTEM_ITEMS'
4238: AND pah.auction_header_id = p_auction_header_id