DBA Data[Home] [Help]

APPS.IGF_SP_ASSIGN_PUB dependencies on IGS_FI_GEN_006

Line 497: igs_fi_gen_006.validate_prsn_id_typ(p_c_usr_alt_prs_id_typ => p_alt_person_id_type,

493: -- and setup as Unique in the system
494: -- Since User-Defined Alternate ID should be passed when the user inputs API Person ID, validate User-Defined
495: -- Alternate Person Id only when API Person ID is not null.
496: IF p_api_person_id IS NOT NULL THEN
497: igs_fi_gen_006.validate_prsn_id_typ(p_c_usr_alt_prs_id_typ => p_alt_person_id_type,
498: p_c_unique => 'Y',
499: p_b_status => l_b_ret_status,
500: p_c_sys_alt_prs_id_typ => l_c_sys_alt_prs_id_typ);
501: