DBA Data[Home] [Help]

APPS.IGS_AS_DERIVE_GRADE dependencies on FND_MESSAGE

Line 10: g_attempt VARCHAR2(80) := fnd_message.get_string ('IGS', 'IGS_AS_ASSESSMENT_STATUS');

6: g_uoo_id NUMBER(15);
7: g_mark_grade VARCHAR2(60);
8: g_grading_period_cd VARCHAR2(30);
9: g_unit_section_submitted BOOLEAN;
10: g_attempt VARCHAR2(80) := fnd_message.get_string ('IGS', 'IGS_AS_ASSESSMENT_STATUS');
11: --
12: -- Function to validate the Grading Schema Mark Range and return an error
13: -- message when the mark range is null or has gaps
14: --