DBA Data[Home] [Help]

APPS.IGS_AD_HZ_EXTRACURR_ACT_PKG dependencies on IGS_GE_NUMBER

Line 733: new_references.hours_per_week := IGS_GE_NUMBER.TO_NUM(column_value);

729:
730: IF column_name IS NULL THEN
731: NULL;
732: ELSIF UPPER(column_name) = 'HOURS_PER_WEEK' THEN
733: new_references.hours_per_week := IGS_GE_NUMBER.TO_NUM(column_value);
734: ELSIF UPPER(column_name) = 'WEEKS_PER_YEAR' THEN
735: new_references.weeks_per_year := IGS_GE_NUMBER.TO_NUM(column_value);
736: END IF;
737:

Line 735: new_references.weeks_per_year := IGS_GE_NUMBER.TO_NUM(column_value);

731: NULL;
732: ELSIF UPPER(column_name) = 'HOURS_PER_WEEK' THEN
733: new_references.hours_per_week := IGS_GE_NUMBER.TO_NUM(column_value);
734: ELSIF UPPER(column_name) = 'WEEKS_PER_YEAR' THEN
735: new_references.weeks_per_year := IGS_GE_NUMBER.TO_NUM(column_value);
736: END IF;
737:
738:
739: -- The following code checks for check constraints on the Columns.