DBA Data[Home] [Help]

APPS.HR_PER_DEPLYMT_CONTACT_SWI dependencies on HR_API

Line 27: (p_validate in number default hr_api.g_false_num

23: --
24: -- {End of comments}
25: -- ----------------------------------------------------------------------------
26: PROCEDURE create_per_deplymt_contact
27: (p_validate in number default hr_api.g_false_num
28: ,p_person_deployment_id in number
29: ,p_contact_relationship_id in number
30: ,p_per_deplymt_contact_id in number
31: ,p_object_version_number out nocopy number

Line 58: (p_validate in number default hr_api.g_false_num

54: --
55: -- {End of comments}
56: -- ----------------------------------------------------------------------------
57: PROCEDURE delete_per_deplymt_contact
58: (p_validate in number default hr_api.g_false_num
59: ,p_per_deplymt_contact_id in number
60: ,p_object_version_number in number
61: ,p_return_status out nocopy varchar2
62: );

Line 90: ,p_validate in number default hr_api.g_false_num

86:
87: Procedure process_api
88: ( p_document in CLOB
89: ,p_return_status out nocopy VARCHAR2
90: ,p_validate in number default hr_api.g_false_num
91: ,p_effective_date in date default null
92: );
93:
94: