DBA Data[Home] [Help]

APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_SPL_INTERESTS_PKG

Line 1044: logDetail('Before call to IGS_AD_SPL_INTERESTS_PKG.insert_row',

1040: BEGIN
1041: logHeader('insert_special_interest', 'S');
1042: FOR c_special_interest_rec IN c_special_interest LOOP
1043: IF c_special_interest_rec.special_interest_type_id IS NOT NULL THEN
1044: logDetail('Before call to IGS_AD_SPL_INTERESTS_PKG.insert_row',
1045: 'S');
1046: l_rowid := '';
1047: l_spl_interest_id := 0;
1048:

Line 1054: IGS_AD_SPL_INTERESTS_PKG.insert_row(x_rowid => l_rowid,

1050: THEN
1051: lv_mode := 'S';
1052: END IF;
1053:
1054: IGS_AD_SPL_INTERESTS_PKG.insert_row(x_rowid => l_rowid,
1055: x_spl_interest_id => l_spl_interest_id,
1056: x_person_id => p_person_id,
1057: x_admission_appl_number => p_adm_appl_number,
1058: x_special_interest_type_id => c_special_interest_rec.special_interest_type_id,

Line 1066: 'Exception from IGS_AD_SPL_INTERESTS_PKG.insert_row ' ||

1062: END LOOP;
1063: EXCEPTION
1064: WHEN OTHERS THEN
1065: logDetail('Inside insert_special_interest' ||
1066: 'Exception from IGS_AD_SPL_INTERESTS_PKG.insert_row ' ||
1067: SQLERRM || 'person_id : ' ||
1068: IGS_GE_NUMBER.TO_CANN(p_person_id),
1069: 'S');
1070: IF FND_MSG_PUB.Count_Msg < 1 THEN