DBA Data[Home] [Help]

APPS.PSP_ORGANIZATION_ACCOUNTS_SWI dependencies on HR_API

Line 12: (p_validate in number default hr_api.g_false_num

8: -- ----------------------------------------------------------------------------
9: -- |----------------------< create_organization_account >---------------------|
10: -- ----------------------------------------------------------------------------
11: PROCEDURE create_organization_account
12: (p_validate in number default hr_api.g_false_num
13: ,p_gl_code_combination_id in number
14: ,p_project_id in number
15: ,p_expenditure_organization_id in number
16: ,p_expenditure_type in varchar2

Line 78: hr_api.constant_to_boolean

74: --
75: -- Convert constant values to their corresponding boolean value
76: --
77: l_validate :=
78: hr_api.constant_to_boolean
79: (p_constant_value => p_validate);
80: l_return_status :=
81: hr_api.constant_to_boolean
82: (p_constant_value => p_return_status);

Line 81: hr_api.constant_to_boolean

77: l_validate :=
78: hr_api.constant_to_boolean
79: (p_constant_value => p_validate);
80: l_return_status :=
81: hr_api.constant_to_boolean
82: (p_constant_value => p_return_status);
83: --
84: -- Register Surrogate ID or user key values
85: --

Line 138: hr_api.boolean_to_constant

134: --
135: -- Convert API non-warning boolean parameter values
136: --
137: p_return_status :=
138: hr_api.boolean_to_constant
139: (p_boolean_value => l_return_status
140: );
141: --
142: -- Derive the API return status value based on whether

Line 189: (p_validate in number default hr_api.g_false_num

185: -- ----------------------------------------------------------------------------
186: -- |----------------------< delete_organization_account >---------------------|
187: -- ----------------------------------------------------------------------------
188: PROCEDURE delete_organization_account
189: (p_validate in number default hr_api.g_false_num
190: ,p_organization_account_id in number
191: ,p_object_version_number in out nocopy number
192: ,p_return_status out nocopy varchar2
193: ) is

Line 222: hr_api.constant_to_boolean

218: --
219: -- Convert constant values to their corresponding boolean value
220: --
221: l_validate :=
222: hr_api.constant_to_boolean
223: (p_constant_value => p_validate);
224: l_return_status :=
225: hr_api.constant_to_boolean
226: (p_constant_value => p_return_status);

Line 225: hr_api.constant_to_boolean

221: l_validate :=
222: hr_api.constant_to_boolean
223: (p_constant_value => p_validate);
224: l_return_status :=
225: hr_api.constant_to_boolean
226: (p_constant_value => p_return_status);
227: --
228: -- Register Surrogate ID or user key values
229: --

Line 247: hr_api.boolean_to_constant

243: --
244: -- Convert API non-warning boolean parameter values
245: --
246: p_return_status :=
247: hr_api.boolean_to_constant
248: (p_boolean_value => l_return_status
249: );
250: --
251: -- Derive the API return status value based on whether

Line 298: (p_validate in number default hr_api.g_false_num

294: -- ----------------------------------------------------------------------------
295: -- |----------------------< update_organization_account >---------------------|
296: -- ----------------------------------------------------------------------------
297: PROCEDURE update_organization_account
298: (p_validate in number default hr_api.g_false_num
299: ,p_organization_account_id in number
300: ,p_gl_code_combination_id in number
301: ,p_project_id in number
302: ,p_expenditure_organization_id in number

Line 363: hr_api.constant_to_boolean

359: --
360: -- Convert constant values to their corresponding boolean value
361: --
362: l_validate :=
363: hr_api.constant_to_boolean
364: (p_constant_value => p_validate);
365: l_return_status :=
366: hr_api.constant_to_boolean
367: (p_constant_value => p_return_status);

Line 366: hr_api.constant_to_boolean

362: l_validate :=
363: hr_api.constant_to_boolean
364: (p_constant_value => p_validate);
365: l_return_status :=
366: hr_api.constant_to_boolean
367: (p_constant_value => p_return_status);
368: --
369: -- Register Surrogate ID or user key values
370: --

Line 420: hr_api.boolean_to_constant

416: --
417: -- Convert API non-warning boolean parameter values
418: --
419: p_return_status :=
420: hr_api.boolean_to_constant
421: (p_boolean_value => l_return_status
422: );
423: --
424: -- Derive the API return status value based on whether