Skip to page content

USA Banner

Official US Government Icon

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure Site Icon

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Site Notification

Site Notification

United States Department of TransportationUnited States Department of Transportation

IFP Information Gateway Search Results

The IFP Information Gateway is your centralized instrument flight procedures data portal, providing a single-source for:

  • Charts — All Published Charts, Volume, and Type*.
  • IFP Production Plan — Current IFPs under Development or Amendments with Tentative Publication Date and Status.
  • IFP Coordination — All coordinated developed/amended procedure forms forwarded to Flight Check or Charting for publication.
  • IFP Documents - Navigation Database Review (NDBR) — Repository and Source Documents used for Data Validation of Coded IFPs.

Advanced Search

E30 BALLINGER/BRUCE FLD

Notify me of changes to E30

IFP Documents (NDBR) - Repository and Source Documents used for Data Validation of Coded IFPs.


Showing results 1 - 1 of 1

Procedure Sort Asc Airport Name Sort Asc Airport ID Sort Asc City/State Sort Desc IFP Documents Comments
RNAV (GPS) RWY 17 ORIG-A BRUCE FLD E30 (KE30) BALLINGER, TX TL 14-21 ADDED 03/30/15

Showing results 1 - 1 of 1

Export to CSV

For specific questions/comments about airports and/or procedures, please use the "E-Mail FAA" links next to the appropriate Procedure(s). For general questions/comments, please submit an .

Page last modified:

 ColdBox Debugging Information
   

Framework Info:
ColdBox SEEK 3.8.1.00076 1 John 5:12-13
Application Name:
AeroNav Information Gateway (environment=production)
TimeStamp:
Jun-01-2023 05:46:57 AM
Server Instance:
iactdzpvap823
Current Event:
procedure.results
Current Layout:
layout.main.cfm (Module: )
Current View:
procedure/results
Current Route:
N/A
Routed URL:
N/A
Routed Namespace:
N/A
LogBox Appenders:
DBAPPENDER
RootLogger Levels:
FATAL - WARN
Loaded Modules:
Timestamp Execution Time Framework Method
05:46:57.132 AM 0 ms invoking runEvent [Lifecycle.onSessionStart]
05:46:57.134 AM 0 ms invoking runEvent [Lifecycle.onRequestStart]
05:46:57.455 AM 321 ms invoking runEvent [procedure.results]
05:46:57.487 AM 2 ms rendering View [main/quickSearchBox.cfm]
05:46:57.489 AM 2 ms rendering View [main/accountHeader.cfm]
05:46:57.493 AM 3 ms rendering View [procedure/results/ndbr.cfm]
05:46:57.493 AM 16 ms rendering View [procedure/results.cfm]
05:46:57.508 AM 33 ms rendering Layout [layout.main.cfm]
05:46:57.509 AM 0 ms invoking runEvent [Lifecycle.onRequestEnd]
Total Framework Request Execution Time: 377 ms
 CacheBox Monitor
Refresh Monitor: Loading...
CacheBox ID
182799024
Configured Caches
TEMPLATE,default
Scope Registration
{SCOPE={server},ENABLED={false},KEY={cachebox}}

Performance Report For Cache Loading...

Cache Name
default [class=coldbox.system.cache.providers.CacheBoxColdBoxProvider]
Performance
Hit Ratio: 98.34% ==> Hits: 16648 | Misses: 281 | Evictions: 0 | Garbage Collections: 0 | Object Count: 6
JVM Memory Stats
24.08 % Free | Max: 2,796,544 KB Total: 2,107,392 KB | Free: 673,482 KB
Last Reap
Jun-01-2023 05:46:01 AM

Cache Configuration

Cache Content Report

Please Wait, Processing...
Object Hits Timeout Idle Timeout Created Last Accessed Status CMDS
handlers-air_traffic.flight_info.aeronav.procedures.application.handlers.directory 15 120 30 Jun-01
05:30:00 AM
Jun-01
05:46:01 AM
Alive
handlers-air_traffic.flight_info.aeronav.procedures.application.handlers.lifecycle 192 120 30 Jun-01
04:46:00 AM
Jun-01
05:46:57 AM
Alive
handlers-air_traffic.flight_info.aeronav.procedures.application.handlers.procedure 6 120 30 Jun-01
05:36:16 AM
Jun-01
05:46:57 AM
Alive
wirebox-air_traffic.flight_info.aeronav.procedures.application.plugins.messagebox 23 120 30 Jun-01
05:30:00 AM
Jun-01
05:46:57 AM
Alive
wirebox-coldbox.system.plugins.json 1 120 30 Jun-01
05:30:00 AM
Jun-01
05:30:00 AM
Alive
wirebox-coldbox.system.plugins.jvmutils 63 120 30 Jun-01
04:46:00 AM
Jun-01
05:46:57 AM
Alive
 ColdBox Modules

Below you can see the loaded application modules.

Module Author Version V.P.L L.P.L Load Time CMDS

* V.P.L = View Parent Lookup Order
* L.P.L = Layout Parent Lookup Order

 ColdBox Request Structures
Public Collection
results:
query
RESULTSET
query
  AIRPORT_CITY AIRPORT_CODE AIRPORT_ICAO AIRPORT_NAME AIRPORT_STATE COMMENTS DESCRIPTION FOLDERNAME ISSUBSCRIBED NFDDLOG PROCEDURENAME PROCEDURE_NAME RNUM STATUS TLLOG
1 BALLINGER E30 KE30 BRUCE FLD TX ADDED 03/30/15 RNAV (GPS) RWY 17 ORIG-A 2014080531639101001-E30-NDBR 0 [empty string] RNAV (GPS) RWY 17 ORIG-A RNAV (GPS) RWY 17 ORIG-A 1 [empty string] TL 14-21
CACHED false
EXECUTIONTIME 42
SQL SELECT n.*, 0 AS isSubscribed FROM ( SELECT o.procedure_name, o.procedure_name AS procedureName, a.NFDC_ARPT_ID as AIRPORT_CODE, a.AIRNAV_ARPT_ID as AIRPORT_ICAO, a.ARPT_NM as AIRPORT_NAME, a.CITY_NM as AIRPORT_CITY, a.ST_CD as AIRPORT_STATE, o.log_tl_# AS tlLog, o.log_nfdd_# AS nfddLog, o.ndbr_comments AS comments, o.ndbr_folder_name AS folderName, o.acifp_ndbr_task_desc AS description, o.ndbr_status AS status, row_number() OVER (ORDER BY a.CITY_NM ASC, a.ST_CD ASC, a.NFDC_ARPT_ID) AS rnum FROM pit_operations o LEFT JOIN NON_OFFICIAL_USE_ACTIVE_AIRPORT a ON a.NFDC_ARPT_ID = o.airport_nasr_id LEFT JOIN state s ON a.ST_CD = s.stateAbbreviation WHERE o.ndbr_web_site_ = 1 AND lower(a.NFDC_ARPT_ID) = ? ) n WHERE rnum BETWEEN 1 AND 50 ORDER BY n.AIRPORT_CITY ASC, n.AIRPORT_STATE ASC, n.AIRPORT_CODE
SQLPARAMETERS
array - Top 1 of 1 rows
1 e30
selectedtab: N/A
airport:
query
RESULTSET
query
  AIRPORT_CITY AIRPORT_CODE AIRPORT_NAME AIRPORT_STATE
1 BALLINGER E30 BRUCE FLD TX
CACHED false
EXECUTIONTIME 2
SQL SELECT a.NFDC_ARPT_ID as AIRPORT_CODE, a.ARPT_NM as AIRPORT_NAME, a.CITY_NM as AIRPORT_CITY, a.ST_CD as AIRPORT_STATE FROM NON_OFFICIAL_USE_ACTIVE_AIRPORT a WHERE lower(a.NFDC_ARPT_ID) = ?
SQLPARAMETERS
array - Top 1 of 1 rows
1 e30
pagehead: N/A
coordinationresultscount: 0
resultscount: 1
orderdirection: ASC
xe:
struct
accessDenied main.accessDenied
advancedSearch procedure.advanced
directory directory
export procedure.exportResults
search airport.results
self procedure.results
toggleNotification notification.toggle
event: procedure.results
postcontent: <script src="../assets/js/notification.js"></script> <script> $(function () { $.faaModal(true, { autoOpen: true, loadUrl: '../view/legalDisclaimer.cfm', loadCallback: function () { console.log('callback for ' + this.id); }, title: 'Disclaimer', dialogClass: this.id, buttons: { "Continue": function() { $(this).dialog("close"); } }, modal: true }); }); </script> <script> $(function () { $("#filterOptions").on('click', function (e) { e.preventDefault(); $.faaModal(true,{ autoOpen: true, loadUrl: $(this).attr("href") + " .modalContent", title: "Filter Options for IFP Documents and NDBR", loadData: { "queryString":"tab=ndbr&amp;nasrId=E30" }, width: 544 }); }); }); </script>
productionplanresultscount: 0
unfilteredquerystring: tab=ndbr&amp;nasrId=E30
ndbrresultscount: 1
tab: ndbr
nasrid: E30
title: IFP Information Gateway Search Results
startrow: 1
content: N/A
orderby: city
querystring: tab=ndbr&amp;nasrId=E30
hasnotification: NO
procedureresultscount: 3
Private Collection
cbox_incomingcontexthash: 6F9B1A86BCEB30CA922706FE491305CD
currentlayout: layout.main.cfm
currentview: procedure/results
currentviewargs:
struct [empty]
viewmodule: N/A
Approximate Debug Rendering Time: 668 ms