DBA Data[Home] [Help]

APPS.BEN_PLAN_COPY_LOADER dependencies on PQH_TABLE_ROUTE

Line 927: from pqh_table_route tr

923: -- and to_char(cet.src_effective_date,'DD/MM/YYYY') = p_src_effective_date ;
924: --
925: cursor c4 is
926: select table_route_id
927: from pqh_table_route tr
928: where table_alias = p_table_alias
929: and tr.from_clause = 'OAB' ;
930: --
931: --Bug : 4354708

Line 1875: from pqh_table_route tr

1871: and cet.transaction_category_id = v_transaction_category_id;
1872: --
1873: cursor c4 is
1874: select table_route_id
1875: from pqh_table_route tr
1876: where table_alias = p_table_alias
1877: and tr.from_clause = 'OAB' ;
1878:
1879: --Bug : 4354708