DBA Data[Home] [Help]

APPS.IRC_PARTY_SWI dependencies on IRC_PARTY_API

Line 142: irc_party_api.create_candidate_internal

138: per_per_ins.set_base_key_value(p_person_id => p_person_id);
139: --
140: -- Call API
141: --
142: irc_party_api.create_candidate_internal
143: (p_validate => l_validate
144: ,p_business_group_id => p_business_group_id
145: ,p_last_name => p_last_name
146: ,p_first_name => p_first_name

Line 405: irc_party_api.create_registered_user

401: --
402: --
403: -- Call API
404: --
405: irc_party_api.create_registered_user
406: (p_validate => l_validate
407: ,p_last_name => p_last_name
408: ,p_first_name => p_first_name
409: ,p_date_of_birth => p_date_of_birth

Line 601: irc_party_api.registered_user_application

597: --
598: -- Call API
599: --
600:
601: irc_party_api.registered_user_application
602: (p_validate => l_validate
603: ,p_effective_date => p_effective_date
604: ,p_recruitment_person_id => p_recruitment_person_id
605: ,p_person_id => p_person_id

Line 789: irc_party_api.g_person_id := p_person_id;

785: --
786: --
787: -- Set the person_id global
788: --
789: irc_party_api.g_person_id := p_person_id;
790: --
791: --
792: -- Call API
793: --

Line 794: irc_party_api.update_registered_user

790: --
791: --
792: -- Call API
793: --
794: irc_party_api.update_registered_user
795: (p_validate => l_validate
796: ,p_effective_date => p_effective_date
797: ,p_person_id => p_person_id
798: ,p_first_name => p_first_name

Line 876: p_person_ovn := irc_party_api.g_ovn_for_person;

872: );
873: --
874: -- Set the person_ovn out parameter
875: --
876: p_person_ovn := irc_party_api.g_ovn_for_person;
877: --
878: -- Convert API warning boolean parameter values to specific
879: -- messages and add them to Multiple Message List
880: --

Line 999: irc_party_api.create_user

995: --
996: --
997: -- Call API
998: --
999: irc_party_api.create_user
1000: (p_user_name => p_user_name
1001: ,p_password => p_password
1002: ,p_start_date => p_start_date
1003: ,p_responsibility_id => p_responsibility_id

Line 1148: IRC_PARTY_API.SELF_REGISTER_USER

1144: --
1145: --
1146: -- Call API
1147: --
1148: IRC_PARTY_API.SELF_REGISTER_USER
1149: (p_validate => l_validate
1150: ,p_current_email_address => p_current_email_address
1151: ,p_responsibility_id => p_responsibility_id
1152: ,p_resp_appl_id => p_resp_appl_id

Line 1332: irc_party_api.create_partial_user

1328: --
1329: --
1330: -- Call API
1331: --
1332: irc_party_api.create_partial_user
1333: (p_user_name => p_user_name
1334: ,p_start_date => p_start_date
1335: ,p_email => p_email
1336: ,p_language => p_language

Line 1471: irc_party_api.create_user_byReferral

1467: --
1468: --
1469: -- Call API
1470: --
1471: irc_party_api.create_user_byReferral
1472: (p_user_name => p_user_name
1473: ,p_password => p_password
1474: ,p_start_date => p_start_date
1475: ,p_responsibility_id => p_responsibility_id