DBA Data[Home] [Help]

APPS.PQH_BUDGET dependencies on PQH_ROUTING_HISTORY_V

Line 64: from pqh_routing_history_v

60: where transaction_category_id = p_transaction_category_id
61: and transaction_id = p_worksheet_detail_id ;
62: -- for pulling up the latest routing history details if any
63: cursor c1 is select person_name_to,role_name_to,position_name_to,user_name_to
64: from pqh_routing_history_v
65: where transaction_id = p_worksheet_detail_id
66: and transaction_category_id = p_transaction_category_id
67: and routing_history_id = l_max_routing_history_id ;
68: -- for pulling up the manager for the delegated worksheet