DBA Data[Home] [Help]

APPS.PQH_GEN_FORM dependencies on PQH_COPY_ENTITY_FUNCTIONS

Line 2370: ,pqh_copy_entity_functions cef

2366: is
2367: cursor c_tran is
2368: select function_type_cd
2369: from pqh_transaction_categories tct
2370: ,pqh_copy_entity_functions cef
2371: where tct.master_table_route_id = cef.table_route_id
2372: and cef.context = p_context
2373: and tct.transaction_category_id = p_transaction_category_id ;
2374: begin