DBA Data[Home] [Help]

APPS.IRC_PARTY_SWI dependencies on IRC_PARTY_API

Line 137: irc_party_api.create_candidate_internal

133: per_per_ins.set_base_key_value(p_person_id => p_person_id);
134: --
135: -- Call API
136: --
137: irc_party_api.create_candidate_internal
138: (p_validate => l_validate
139: ,p_business_group_id => p_business_group_id
140: ,p_last_name => p_last_name
141: ,p_first_name => p_first_name

Line 395: irc_party_api.create_registered_user

391: --
392: --
393: -- Call API
394: --
395: irc_party_api.create_registered_user
396: (p_validate => l_validate
397: ,p_last_name => p_last_name
398: ,p_first_name => p_first_name
399: ,p_date_of_birth => p_date_of_birth

Line 590: irc_party_api.registered_user_application

586: --
587: -- Call API
588: --
589:
590: irc_party_api.registered_user_application
591: (p_validate => l_validate
592: ,p_effective_date => p_effective_date
593: ,p_recruitment_person_id => p_recruitment_person_id
594: ,p_person_id => p_person_id

Line 777: irc_party_api.g_person_id := p_person_id;

773: --
774: --
775: -- Set the person_id global
776: --
777: irc_party_api.g_person_id := p_person_id;
778: --
779: --
780: -- Call API
781: --

Line 782: irc_party_api.update_registered_user

778: --
779: --
780: -- Call API
781: --
782: irc_party_api.update_registered_user
783: (p_validate => l_validate
784: ,p_effective_date => p_effective_date
785: ,p_person_id => p_person_id
786: ,p_first_name => p_first_name

Line 864: p_person_ovn := irc_party_api.g_ovn_for_person;

860: );
861: --
862: -- Set the person_ovn out parameter
863: --
864: p_person_ovn := irc_party_api.g_ovn_for_person;
865: --
866: -- Convert API warning boolean parameter values to specific
867: -- messages and add them to Multiple Message List
868: --

Line 987: irc_party_api.create_user

983: --
984: --
985: -- Call API
986: --
987: irc_party_api.create_user
988: (p_user_name => p_user_name
989: ,p_password => p_password
990: ,p_start_date => p_start_date
991: ,p_responsibility_id => p_responsibility_id

Line 1136: IRC_PARTY_API.SELF_REGISTER_USER

1132: --
1133: --
1134: -- Call API
1135: --
1136: IRC_PARTY_API.SELF_REGISTER_USER
1137: (p_validate => l_validate
1138: ,p_current_email_address => p_current_email_address
1139: ,p_responsibility_id => p_responsibility_id
1140: ,p_resp_appl_id => p_resp_appl_id

Line 1320: irc_party_api.create_partial_user

1316: --
1317: --
1318: -- Call API
1319: --
1320: irc_party_api.create_partial_user
1321: (p_user_name => p_user_name
1322: ,p_start_date => p_start_date
1323: ,p_email => p_email
1324: ,p_language => p_language

Line 1459: irc_party_api.create_user_byReferral

1455: --
1456: --
1457: -- Call API
1458: --
1459: irc_party_api.create_user_byReferral
1460: (p_user_name => p_user_name
1461: ,p_password => p_password
1462: ,p_start_date => p_start_date
1463: ,p_responsibility_id => p_responsibility_id