DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on PQH_SS_APPROVAL_HISTORY

Line 2632: from pqh_ss_approval_history

2628: -- get the itemtype and item key for the notification id
2629: begin
2630: select transaction_item_type, transaction_item_key
2631: into lv_item_type, lv_item_key
2632: from pqh_ss_approval_history
2633: where transaction_history_id = p_transaction_id
2634: and rownum =1;
2635: exception
2636: when no_data_found then