DBA Data[Home] [Help]

APPS.IGS_AS_NON_ENR_STDOT_PKG dependencies on IGS_GE_NUMBER

Line 987: new_references.CI_SEQUENCE_NUMBER := IGS_GE_NUMBER.TO_NUM(column_value);

983: new_references.UNIT_CD := column_value;
984: ELSIF upper(Column_name) = 'UNIT_CLASS' then
985: new_references.UNIT_CLASS := column_value;
986: ELSIF upper(Column_name) = 'CI_SEQUENCE_NUMBER' then
987: new_references.CI_SEQUENCE_NUMBER := IGS_GE_NUMBER.TO_NUM(column_value);
988: ELSIF upper(Column_name) = 'MARK' then
989: new_references.MARK := IGS_GE_NUMBER.TO_NUM(column_value);
990: ELSIF upper(Column_name) = 'RESOLVED_IND' then
991: new_references.RESOLVED_IND := column_value;

Line 989: new_references.MARK := IGS_GE_NUMBER.TO_NUM(column_value);

985: new_references.UNIT_CLASS := column_value;
986: ELSIF upper(Column_name) = 'CI_SEQUENCE_NUMBER' then
987: new_references.CI_SEQUENCE_NUMBER := IGS_GE_NUMBER.TO_NUM(column_value);
988: ELSIF upper(Column_name) = 'MARK' then
989: new_references.MARK := IGS_GE_NUMBER.TO_NUM(column_value);
990: ELSIF upper(Column_name) = 'RESOLVED_IND' then
991: new_references.RESOLVED_IND := column_value;
992: END IF;
993: