DBA Data[Home] [Help]

APPS.IGS_SS_TST_RSLT_DTLS_PKG dependencies on IGS_GE_NUMBER

Line 96: new_references.test_score := IGS_GE_NUMBER.TO_NUM(column_value);

92:
93: IF column_name IS NULL THEN
94: NULL;
95: ELSIF UPPER(column_name) = 'TEST_SCORE' THEN
96: new_references.test_score := IGS_GE_NUMBER.TO_NUM(column_value);
97: NULL;
98: END IF;
99:
100: -- The following code checks for check constraints on the Columns.