DBA Data[Home] [Help]

APPS.IGS_PS_PAT_STUDY_UNT_PKG dependencies on IGS_GE_NUMBER

Line 198: new_references.pos_sequence_number :=IGS_GE_NUMBER.TO_NUM(column_value);

194:
195: IF column_name is null then
196: NULL;
197: ELSIF upper(Column_name) = 'POS_SEQUENCE_NUMBER' then
198: new_references.pos_sequence_number :=IGS_GE_NUMBER.TO_NUM(column_value);
199: ELSIF upper(Column_name) = 'SEQUENCE_NUMBER' then
200: new_references.sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);
201: ELSIF upper(Column_name) = 'POSP_SEQUENCE_NUMBER' then
202: new_references.posp_sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);

Line 200: new_references.sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);

196: NULL;
197: ELSIF upper(Column_name) = 'POS_SEQUENCE_NUMBER' then
198: new_references.pos_sequence_number :=IGS_GE_NUMBER.TO_NUM(column_value);
199: ELSIF upper(Column_name) = 'SEQUENCE_NUMBER' then
200: new_references.sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);
201: ELSIF upper(Column_name) = 'POSP_SEQUENCE_NUMBER' then
202: new_references.posp_sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);
203: ELSIF upper(Column_name) = 'VERSION_NUMBER' then
204: new_references.version_number :=IGS_GE_NUMBER.TO_NUM(column_value);

Line 202: new_references.posp_sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);

198: new_references.pos_sequence_number :=IGS_GE_NUMBER.TO_NUM(column_value);
199: ELSIF upper(Column_name) = 'SEQUENCE_NUMBER' then
200: new_references.sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);
201: ELSIF upper(Column_name) = 'POSP_SEQUENCE_NUMBER' then
202: new_references.posp_sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);
203: ELSIF upper(Column_name) = 'VERSION_NUMBER' then
204: new_references.version_number :=IGS_GE_NUMBER.TO_NUM(column_value);
205: ELSIF upper(Column_name) = 'CAL_TYPE' then
206: new_references.cal_type := column_value;

Line 204: new_references.version_number :=IGS_GE_NUMBER.TO_NUM(column_value);

200: new_references.sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);
201: ELSIF upper(Column_name) = 'POSP_SEQUENCE_NUMBER' then
202: new_references.posp_sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);
203: ELSIF upper(Column_name) = 'VERSION_NUMBER' then
204: new_references.version_number :=IGS_GE_NUMBER.TO_NUM(column_value);
205: ELSIF upper(Column_name) = 'CAL_TYPE' then
206: new_references.cal_type := column_value;
207: ELSIF upper(Column_name) = 'COURSE_CD' then
208: new_references.course_cd := column_value;