DBA Data[Home] [Help]

APPS.IGS_AS_EXMVNU_SESAVL_PKG dependencies on IGS_GE_NUMBER

Line 755: new_references.EXAM_CI_SEQUENCE_NUMBER := IGS_GE_NUMBER.TO_NUM(column_value);

751: new_references.EXAM_CAL_TYPE := column_value;
752: ELSIF upper(Column_name) = 'DT_ALIAS' then
753: new_references.DT_ALIAS := column_value;
754: ELSIF upper(Column_name) = 'EXAM_CI_SEQUENCE_NUMBER' then
755: new_references.EXAM_CI_SEQUENCE_NUMBER := IGS_GE_NUMBER.TO_NUM(column_value);
756: ELSIF upper(Column_name) = 'DAI_SEQUENCE_NUMBER' then
757: new_references.DAI_SEQUENCE_NUMBER := IGS_GE_NUMBER.TO_NUM(column_value);
758: ELSIF upper(Column_name) = 'ESE_ID' then
759: new_references.ESE_ID := IGS_GE_NUMBER.TO_NUM(column_value);

Line 757: new_references.DAI_SEQUENCE_NUMBER := IGS_GE_NUMBER.TO_NUM(column_value);

753: new_references.DT_ALIAS := column_value;
754: ELSIF upper(Column_name) = 'EXAM_CI_SEQUENCE_NUMBER' then
755: new_references.EXAM_CI_SEQUENCE_NUMBER := IGS_GE_NUMBER.TO_NUM(column_value);
756: ELSIF upper(Column_name) = 'DAI_SEQUENCE_NUMBER' then
757: new_references.DAI_SEQUENCE_NUMBER := IGS_GE_NUMBER.TO_NUM(column_value);
758: ELSIF upper(Column_name) = 'ESE_ID' then
759: new_references.ESE_ID := IGS_GE_NUMBER.TO_NUM(column_value);
760: END IF;
761:

Line 759: new_references.ESE_ID := IGS_GE_NUMBER.TO_NUM(column_value);

755: new_references.EXAM_CI_SEQUENCE_NUMBER := IGS_GE_NUMBER.TO_NUM(column_value);
756: ELSIF upper(Column_name) = 'DAI_SEQUENCE_NUMBER' then
757: new_references.DAI_SEQUENCE_NUMBER := IGS_GE_NUMBER.TO_NUM(column_value);
758: ELSIF upper(Column_name) = 'ESE_ID' then
759: new_references.ESE_ID := IGS_GE_NUMBER.TO_NUM(column_value);
760: END IF;
761:
762: IF upper(column_name) = 'VENUE_CD' OR
763: column_name is null Then