DBA Data[Home] [Help]

APPS.GHG_TRANSACTIONS_PKG dependencies on GHG_ASSETS_V

Line 930: from ghg_assets_v

926: -- Determine how we are mapping the facility.
927: vl_debug := 'Getting facility for asset '||P_trans_source;
928: select location_description
929: into v_facility
930: from ghg_assets_v
931: where asset_number = p_trans_source
932: and trunc(P_TRANS_DATE) between start_date and nvl(end_date,GHG_UTILITIES_PKG.end_date);
933:
934: