DBA Data[Home] [Help]

APPS.HR_TRANSACTION_API dependencies on HR_UTIL_WEB

Line 60: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type

56: procedure get_transaction_step_info
57: (p_item_type in varchar2
58: ,p_item_key in varchar2
59: ,p_activity_id in number
60: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type
61: ,p_object_version_number out nocopy hr_util_web.g_varchar2_tab_type
62: ,p_rows out nocopy number) is
63: --
64: -- -------------------------------------------------------------------

Line 61: ,p_object_version_number out nocopy hr_util_web.g_varchar2_tab_type

57: (p_item_type in varchar2
58: ,p_item_key in varchar2
59: ,p_activity_id in number
60: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type
61: ,p_object_version_number out nocopy hr_util_web.g_varchar2_tab_type
62: ,p_rows out nocopy number) is
63: --
64: -- -------------------------------------------------------------------
65: -- Read transaction step data, sort by the transaction step id and

Line 105: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type

101: -- --------------------------------------------------------------------
102: procedure get_transaction_step_info
103: (p_item_type in varchar2
104: ,p_item_key in varchar2
105: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type
106: ,p_object_version_number out nocopy hr_util_web.g_varchar2_tab_type
107: ,p_rows out nocopy number) is
108: --
109: -- -------------------------------------------------------------------

Line 106: ,p_object_version_number out nocopy hr_util_web.g_varchar2_tab_type

102: procedure get_transaction_step_info
103: (p_item_type in varchar2
104: ,p_item_key in varchar2
105: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type
106: ,p_object_version_number out nocopy hr_util_web.g_varchar2_tab_type
107: ,p_rows out nocopy number) is
108: --
109: -- -------------------------------------------------------------------
110: -- Read transaction step data, sort by the transaction step id and

Line 195: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type

191: procedure get_transaction_step_info
192: (p_item_type in varchar2
193: ,p_item_key in varchar2
194: ,p_activity_id in number default null
195: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type
196: ,p_api_name out nocopy hr_util_web.g_varchar2_tab_type
197: ,p_rows out nocopy number)IS
198: --
199: -- -------------------------------------------------------------------

Line 196: ,p_api_name out nocopy hr_util_web.g_varchar2_tab_type

192: (p_item_type in varchar2
193: ,p_item_key in varchar2
194: ,p_activity_id in number default null
195: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type
196: ,p_api_name out nocopy hr_util_web.g_varchar2_tab_type
197: ,p_rows out nocopy number)IS
198: --
199: -- -------------------------------------------------------------------
200: -- Read transaction step data, sort by the transaction step id and