DBA Data[Home] [Help]

APPS.IRC_APPLICANT_TRACKING_SWI dependencies on IRC_APL_PRFL_SNAPSHOTS_API

Line 56: irc_apl_prfl_snapshots_api.create_applicant_snapshot

52: );
53: --
54: -- Call API
55: --
56: irc_apl_prfl_snapshots_api.create_applicant_snapshot
57: (p_validate => l_validate
58: ,p_effective_date => p_effective_date
59: ,p_person_id => p_person_id
60: ,p_profile_snapshot_id => l_profile_snapshot_id

Line 161: irc_apl_prfl_snapshots_api.update_applicant_snapshot

157: --
158: --
159: -- Call API
160: --
161: irc_apl_prfl_snapshots_api.update_applicant_snapshot
162: (p_validate => l_validate
163: ,p_effective_date => p_effective_date
164: ,p_person_id => p_person_id
165: ,p_profile_snapshot_id => p_profile_snapshot_id

Line 264: irc_apl_prfl_snapshots_api.delete_applicant_snapshot

260: --
261: --
262: -- Call API
263: --
264: irc_apl_prfl_snapshots_api.delete_applicant_snapshot
265: (p_validate => l_validate
266: ,p_effective_date => p_effective_date
267: ,p_person_id => p_person_id
268: ,p_profile_snapshot_id => p_profile_snapshot_id