DBA Data[Home] [Help]

APPS.HR_PER_DEPLYMT_CONTACT_SWI dependencies on HR_API

Line 12: (p_validate in number default hr_api.g_false_num

8: -- ----------------------------------------------------------------------------
9: -- |----------------------< create_per_deplymt_contact >----------------------|
10: -- ----------------------------------------------------------------------------
11: PROCEDURE create_per_deplymt_contact
12: (p_validate in number default hr_api.g_false_num
13: ,p_person_deployment_id in number
14: ,p_contact_relationship_id in number
15: ,p_per_deplymt_contact_id in number
16: ,p_object_version_number out nocopy number

Line 45: hr_api.constant_to_boolean

41: --
42: -- Convert constant values to their corresponding boolean value
43: --
44: l_validate :=
45: hr_api.constant_to_boolean
46: (p_constant_value => p_validate);
47: --
48: -- Register Surrogate ID or user key values
49: --

Line 116: (p_validate in number default hr_api.g_false_num

112: -- ----------------------------------------------------------------------------
113: -- |----------------------< delete_per_deplymt_contact >----------------------|
114: -- ----------------------------------------------------------------------------
115: PROCEDURE delete_per_deplymt_contact
116: (p_validate in number default hr_api.g_false_num
117: ,p_per_deplymt_contact_id in number
118: ,p_object_version_number in number
119: ,p_return_status out nocopy varchar2
120: ) is

Line 146: hr_api.constant_to_boolean

142: --
143: -- Convert constant values to their corresponding boolean value
144: --
145: l_validate :=
146: hr_api.constant_to_boolean
147: (p_constant_value => p_validate);
148: --
149: -- Register Surrogate ID or user key values
150: --

Line 211: ,p_validate in number default hr_api.g_false_num

207:
208: Procedure process_api
209: ( p_document in CLOB
210: ,p_return_status out nocopy VARCHAR2
211: ,p_validate in number default hr_api.g_false_num
212: ,p_effective_date in date default null
213: )
214: IS
215: l_postState VARCHAR2(2);