DBA Data[Home] [Help]

APPS.IGS_EN_UNIT_SET_RULE_PKG dependencies on IGS_GE_NUMBER

Line 128: new_references.rul_sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);

124: NULL;
125: ELSIF upper(column_name) = 'S_RULE_CALL_CD' THEN
126: new_references.s_rule_call_cd := column_value;
127: ELSIF upper(column_name) = 'RUL_SEQUENCE_NUMBER' THEN
128: new_references.rul_sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);
129: ELSIF upper(column_name) = 'UNIT_SET_CD' THEN
130: new_references.unit_set_cd := column_value;
131: END IF;
132: