DBA Data[Home] [Help]

APPS.IGS_GR_AWD_CEREMONY_PKG dependencies on IGS_GE_NUMBER

Line 866: new_references.grd_ci_sequence_number := IGS_GE_NUMBER.to_num(column_value);

862: BEGIN
863: IF column_name is NULL THEN
864: NULL;
865: ELSIF upper(Column_name) = 'GRD_CI_SEQUENCE_NUMBER' then
866: new_references.grd_ci_sequence_number := IGS_GE_NUMBER.to_num(column_value);
867: ELSIF upper(Column_name) = 'CLOSED_IND' then
868: new_references. closed_ind := column_value;
869: ELSIF upper(Column_name) = 'AWARD_CD' then
870: new_references.award_cd := column_value;

Line 876: new_references.order_in_ceremony := IGS_GE_NUMBER.to_num(column_value);

872: new_references.award_course_cd := column_value;
873: ELSIF upper(Column_name) = 'GRD_CAL_TYPE' then
874: new_references.grd_cal_type := column_value;
875: ELSIF upper(Column_name) = 'ORDER_IN_CEREMONY' then
876: new_references.order_in_ceremony := IGS_GE_NUMBER.to_num(column_value);
877: END IF;
878:
879: IF upper(Column_name) = 'GRD_CI_SEQUENCE_NUMBER' OR COLUMN_NAME IS NULL THEN
880: IF new_references.grd_ci_sequence_number < 1 OR