DBA Data[Home] [Help]

APPS.PON_FORMS_UTIL_PVT dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 614: financials_system_params_all fsp

610: select
611: PON_FORMS_UTIL_PVT.GET_FREIGHT(ah.carrier_code, fsp.inventory_organization_id)
612: into rt_large_value
613: from pon_auction_headers_all ah,
614: financials_system_params_all fsp
615: where ah.auction_header_id = to_number(p_id)
616: and fsp.org_id(+) = ah.org_id;
617:
618: elsif p_field_code = 'DISPLAY_PDF_FLAG' then