DBA Data[Home] [Help]

APPS.PQH_BUDGET_ANALYSIS_PKG dependencies on PQH_TABLE_ROUTE

Line 118: pqh_table_route

114: cursor c_table_route(p_table_alias varchar2) is
115: SELECT
116: table_route_id
117: from
118: pqh_table_route
119: where
120: table_alias = p_table_alias;
121:
122: --

Line 666: pqh_table_route

662: cursor c_table_route(p_table_alias varchar2) is
663: SELECT
664: table_route_id
665: from
666: pqh_table_route
667: where
668: table_alias = p_table_alias;
669: --
670: -- Cursor to fetch Positions for the given Organization

Line 1654: pqh_table_route

1650: cursor c_table_route(p_table_alias varchar2) is
1651: SELECT
1652: table_route_id
1653: from
1654: pqh_table_route
1655: where
1656: table_alias = p_table_alias;
1657:
1658: --

Line 2263: pqh_table_route

2259: cursor c_table_route(p_table_alias varchar2) is
2260: SELECT
2261: table_route_id
2262: from
2263: pqh_table_route
2264: where
2265: table_alias = p_table_alias;
2266:
2267: --

Line 2816: pqh_table_route

2812: cursor c_table_route(p_table_alias varchar2) is
2813: SELECT
2814: table_route_id
2815: from
2816: pqh_table_route
2817: where
2818: table_alias = p_table_alias;
2819: --
2820: -- Local Variables