DBA Data[Home] [Help]

APPS.HR_TRANSACTION_API dependencies on PQH_SS_APPROVAL_HISTORY

Line 1904: from pqh_ss_approval_history

1900: where trs.transaction_id = p_transaction_id;
1901: --
1902: cursor csr_hist is
1903: select action
1904: from pqh_ss_approval_history
1905: where transaction_history_id=p_transaction_id
1906: order by last_update_date desc;
1907:
1908: --

Line 1911: lv_status pqh_ss_approval_history.action%type;

1907:
1908: --
1909: l_proc constant varchar2(100) := g_package || ' rollback_transaction';
1910: l_return_status varchar2(10);
1911: lv_status pqh_ss_approval_history.action%type;
1912:
1913: begin
1914: hr_utility.set_location('Entering: '|| l_proc,5);
1915: g_debug := hr_utility.debug_enabled;