DBA Data[Home] [Help]

APPS.PON_FORMS_UTIL_PVT dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 621: financials_system_params_all fsp

617: select
618: PON_FORMS_UTIL_PVT.GET_FREIGHT(ah.carrier_code, fsp.inventory_organization_id)
619: into rt_large_value
620: from pon_auction_headers_all ah,
621: financials_system_params_all fsp
622: where ah.auction_header_id = to_number(p_id)
623: and fsp.org_id(+) = ah.org_id;
624:
625: elsif p_field_code = 'DISPLAY_PDF_FLAG' then