DBA Data[Home] [Help]

APPS.HR_TRANSACTION_API dependencies on HR_UTIL_WEB

Line 67: -- p_transaction_step_id hr_util_web.g_varchar2_tab_type Identifies the transactions steps

63: --
64: -- Post Success:
65: -- The transaction step information is successfully retrieved.
66: -- Name Type Description
67: -- p_transaction_step_id hr_util_web.g_varchar2_tab_type Identifies the transactions steps
68: -- p_object_version_number hr_util_web.g_varchar2_tab_type Identifies the corresponding object version numbers.
69: -- p_rows number Identifies the number of transaction steps returned.
70: --
71: -- Post Failure:

Line 68: -- p_object_version_number hr_util_web.g_varchar2_tab_type Identifies the corresponding object version numbers.

64: -- Post Success:
65: -- The transaction step information is successfully retrieved.
66: -- Name Type Description
67: -- p_transaction_step_id hr_util_web.g_varchar2_tab_type Identifies the transactions steps
68: -- p_object_version_number hr_util_web.g_varchar2_tab_type Identifies the corresponding object version numbers.
69: -- p_rows number Identifies the number of transaction steps returned.
70: --
71: -- Post Failure:
72: -- None.

Line 83: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type

79: procedure get_transaction_step_info
80: (p_item_type in varchar2
81: ,p_item_key in varchar2
82: ,p_activity_id in number
83: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type
84: ,p_object_version_number out nocopy hr_util_web.g_varchar2_tab_type
85: ,p_rows out nocopy number);
86: -- --------------------------------------------------------------------
87: -- ------------------<< get_transaction_step_info >>-------------------

Line 84: ,p_object_version_number out nocopy hr_util_web.g_varchar2_tab_type

80: (p_item_type in varchar2
81: ,p_item_key in varchar2
82: ,p_activity_id in number
83: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type
84: ,p_object_version_number out nocopy hr_util_web.g_varchar2_tab_type
85: ,p_rows out nocopy number);
86: -- --------------------------------------------------------------------
87: -- ------------------<< get_transaction_step_info >>-------------------
88: -- --------------------------------------------------------------------

Line 106: -- p_transaction_step_id hr_util_web.g_varchar2_tab_type Identifies the transactions steps

102: --
103: -- Post Success:
104: -- The transaction step information is successfully retrieved.
105: -- Name Type Description
106: -- p_transaction_step_id hr_util_web.g_varchar2_tab_type Identifies the transactions steps
107: -- p_object_version_number hr_util_web.g_varchar2_tab_type Identifies the corresponding object version numbers.
108: -- p_rows number Identifies the number of transaction steps returned.
109: --
110: -- Post Failure:

Line 107: -- p_object_version_number hr_util_web.g_varchar2_tab_type Identifies the corresponding object version numbers.

103: -- Post Success:
104: -- The transaction step information is successfully retrieved.
105: -- Name Type Description
106: -- p_transaction_step_id hr_util_web.g_varchar2_tab_type Identifies the transactions steps
107: -- p_object_version_number hr_util_web.g_varchar2_tab_type Identifies the corresponding object version numbers.
108: -- p_rows number Identifies the number of transaction steps returned.
109: --
110: -- Post Failure:
111: -- None.

Line 121: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type

117: --
118: procedure get_transaction_step_info
119: (p_item_type in varchar2
120: ,p_item_key in varchar2
121: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type
122: ,p_object_version_number out nocopy hr_util_web.g_varchar2_tab_type
123: ,p_rows out nocopy number);
124: -- ----------------------------------------------------------------------------
125: -- |----------------------< get_transaction_step_info >-----------------------|

Line 122: ,p_object_version_number out nocopy hr_util_web.g_varchar2_tab_type

118: procedure get_transaction_step_info
119: (p_item_type in varchar2
120: ,p_item_key in varchar2
121: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type
122: ,p_object_version_number out nocopy hr_util_web.g_varchar2_tab_type
123: ,p_rows out nocopy number);
124: -- ----------------------------------------------------------------------------
125: -- |----------------------< get_transaction_step_info >-----------------------|
126: -- ----------------------------------------------------------------------------

Line 180: -- p_transaction_step_id hr_util_web.g_varchar2_tab_type Identifies the transactions steps

176: --
177: -- Post Success:
178: -- The transaction step information is successfully retrieved.
179: -- Name Type Description
180: -- p_transaction_step_id hr_util_web.g_varchar2_tab_type Identifies the transactions steps
181: -- p_api_name out nocopy hr_util_web.g_varchar2_tab_type Identifies the corresponding API for the transaction steps.
182: -- p_rows number Identifies the number of transaction steps returned.
183: --
184: -- Post Failure:

Line 181: -- p_api_name out nocopy hr_util_web.g_varchar2_tab_type Identifies the corresponding API for the transaction steps.

177: -- Post Success:
178: -- The transaction step information is successfully retrieved.
179: -- Name Type Description
180: -- p_transaction_step_id hr_util_web.g_varchar2_tab_type Identifies the transactions steps
181: -- p_api_name out nocopy hr_util_web.g_varchar2_tab_type Identifies the corresponding API for the transaction steps.
182: -- p_rows number Identifies the number of transaction steps returned.
183: --
184: -- Post Failure:
185: -- None.

Line 196: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type

192: procedure get_transaction_step_info
193: (p_item_type in varchar2
194: ,p_item_key in varchar2
195: ,p_activity_id in number default null
196: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type
197: ,p_api_name out nocopy hr_util_web.g_varchar2_tab_type
198: ,p_rows out nocopy number);
199: -- ----------------------------------------------------------------------------
200: -- |-----------------------< transaction_step_exist >-------------------------|

Line 197: ,p_api_name out nocopy hr_util_web.g_varchar2_tab_type

193: (p_item_type in varchar2
194: ,p_item_key in varchar2
195: ,p_activity_id in number default null
196: ,p_transaction_step_id out nocopy hr_util_web.g_varchar2_tab_type
197: ,p_api_name out nocopy hr_util_web.g_varchar2_tab_type
198: ,p_rows out nocopy number);
199: -- ----------------------------------------------------------------------------
200: -- |-----------------------< transaction_step_exist >-------------------------|
201: -- ----------------------------------------------------------------------------