DBA Data[Home] [Help]

APPS.IGS_RATINGS_PUB dependencies on IGS_AD_APPL_ARP_PKG

Line 486: igs_ad_appl_arp_pkg.insert_row (

482:
483: BEGIN
484: IF l_exist_eval_type IS NULL THEN
485: -- insert row of Review Proifile
486: igs_ad_appl_arp_pkg.insert_row (
487: x_mode => 'I',
488: x_rowid => lv_rowid,
489: x_appl_arp_id => l_appl_arp_id,
490: x_person_id => p_PERSON_ID,

Line 499: igs_ad_appl_arp_pkg.update_Row (

495: x_appl_revprof_revgr_id => p_APPL_REVPROF_REVGR_ID
496: );
497: ELSE -- this case will never happen as we are not allowing the update of review profile
498: -- insert row of Review Proifile
499: igs_ad_appl_arp_pkg.update_Row (
500: x_mode => 'I',
501: x_rowid => l_exist_arp.row_id,
502: x_appl_arp_id => l_exist_arp.appl_arp_id,
503: x_person_id => p_PERSON_ID,