DBA Data[Home] [Help]

APPS.IGS_PS_USEC_SPNSRSHP_PKG dependencies on IGS_GE_NUMBER

Line 91: new_references.sponsorship_percentage := igs_ge_number.to_num(column_value);

87:
88: IF column_name IS NULL THEN
89: NULL;
90: ELSIF upper(column_name) = 'SPONSORSHIP_PERCENTAGE' THEN
91: new_references.sponsorship_percentage := igs_ge_number.to_num(column_value);
92: END IF;
93:
94: IF upper(column_name)= 'SPONSORSHIP_PERCENTAGE' OR column_name is null THEN
95: IF (new_references.sponsorship_percentage not between 0 and 100) THEN