DBA Data[Home] [Help]

APPS.IGS_AV_GEN_001 dependencies on IGS_GE_GEN_003

Line 381: IGS_GE_GEN_003.set_org_id(p_org_id);

377: v_other_details VARCHAR2(255);
378: BEGIN
379: -- To set org_id as in request of job.
380: -- This is added to fix Bug no# 1635976.
381: IGS_GE_GEN_003.set_org_id(p_org_id);
382:
383: DECLARE
384: v_ret_value BOOLEAN;
385: v_s_log_type IGS_GE_S_LOG.s_log_type%TYPE DEFAULT NULL;

Line 702: IGS_GE_GEN_003.GENP_INS_LOG(

698: END IF;
699: IF (p_process_type = cst_course) THEN
700: v_key := v_key|| '|' || p_course_cd || '|' || p_version_number;
701: END IF;
702: IGS_GE_GEN_003.GENP_INS_LOG(
703: v_s_log_type,
704: v_key,
705: v_creation_dt);
706: -- Set parameters

Line 744: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

740: TO_CHAR(v_asu_rec.as_version_number) || '|' ||
741: v_asu_rec.unit_cd || '|' ||
742: TO_CHAR(v_asu_rec.version_number) || '|' ||
743: FND_DATE.DATE_TO_DISPLAYDATE(v_granted_dt);
744: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
745: v_s_log_type,
746: v_creation_dt,
747: v_message_key,
748: v_message_name,

Line 776: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

772: TO_CHAR(v_asu_rec.as_version_number) || '|' ||
773: v_asu_rec.unit_cd || '|' ||
774: TO_CHAR(v_asu_rec.version_number) || '|' ||
775: FND_DATE.DATE_TO_DISPLAYDATE(v_granted_dt);
776: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
777: v_s_log_type,
778: v_creation_dt,
779: v_message_key,
780: v_message_name,

Line 815: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

811: TO_CHAR(v_asu_rec.as_version_number) || '|' ||
812: v_asu_rec.unit_cd || '|' ||
813: TO_CHAR(v_asu_rec.version_number) || '|' ||
814: FND_DATE.DATE_TO_DISPLAYDATE(v_granted_dt);
815: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
816: v_s_log_type,
817: v_creation_dt,
818: v_message_key,
819: v_message_name,

Line 846: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

842: TO_CHAR(v_asu_rec.as_version_number) || '|' ||
843: v_asu_rec.unit_cd || '|' ||
844: TO_CHAR(v_asu_rec.version_number) || '|' ||
845: FND_DATE.DATE_TO_DISPLAYDATE(v_granted_dt);
846: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
847: v_s_log_type,
848: v_creation_dt,
849: v_message_key,
850: v_message_name,

Line 929: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

925: TO_CHAR(v_asu_rec.as_version_number) || '|' ||
926: v_asu_rec.unit_cd || '|' ||
927: TO_CHAR(v_asu_rec.version_number) || '|' ||
928: FND_DATE.DATE_TO_DISPLAYDATE(v_granted_dt);
929: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
930: v_s_log_type,
931: v_creation_dt,
932: v_message_key,
933: 'IGS_AV_REPEAT_FAIL',

Line 988: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

984: fnd_message.set_name('IGS','IGS_AV_GRANTED');
985: cst_granted_ge := fnd_message.get;
986:
987: IF (v_message_name is NULL) THEN
988: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
989: v_s_log_type,
990: v_creation_dt,
991: v_message_key,
992: '',

Line 997: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

993: cst_granted_ge);
994: ELSE
995: -- Warning from advp_upd_sua_advstnd
996:
997: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
998: v_s_log_type,
999: v_creation_dt,
1000: v_message_key,
1001: v_message_name,

Line 1050: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

1046: v_asul_rec.unit_level || '|' ||
1047: v_asul_rec.crs_group_ind || '|' ||
1048: v_asul_rec.exemption_institution_cd ||'|' ||
1049: FND_DATE.DATE_TO_DISPLAYDATE(v_granted_dt);
1050: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
1051: v_s_log_type,
1052: v_creation_dt,
1053: v_message_key,
1054: v_message_name,

Line 1083: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

1079: v_asul_rec.unit_level || '|' ||
1080: v_asul_rec.crs_group_ind || '|' ||
1081: v_asul_rec.exemption_institution_cd ||'|' ||
1082: FND_DATE.DATE_TO_DISPLAYDATE(v_granted_dt);
1083: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
1084: v_s_log_type,
1085: v_creation_dt,
1086: v_message_key,
1087: v_message_name,

Line 1123: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

1119: v_asul_rec.unit_level || '|' ||
1120: v_asul_rec.crs_group_ind || '|' ||
1121: v_asul_rec.exemption_institution_cd ||'|' ||
1122: FND_DATE.DATE_TO_DISPLAYDATE(v_granted_dt);
1123: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
1124: v_s_log_type,
1125: v_creation_dt,
1126: v_message_key,
1127: v_message_name,

Line 1193: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

1189: v_asul_rec.exemption_institution_cd ||'|' ||
1190: FND_DATE.DATE_TO_DISPLAYDATE(v_granted_dt);
1191: fnd_message.set_name('IGS','IGS_AV_GRANTED');
1192: cst_granted_ge := fnd_message.get;
1193: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
1194: v_s_log_type,
1195: v_creation_dt,
1196: v_message_key,
1197: '',

Line 1762: IGS_GE_GEN_003.set_org_id(p_org_id);

1758: --This procedure expires approved advanced standing for a person
1759:
1760: -- To set org_id as in request of job.
1761: -- This is added to fix Bug no# 1159910.
1762: IGS_GE_GEN_003.set_org_id(p_org_id);
1763:
1764:
1765: DECLARE
1766: lv_count NUMBER:=0;