DBA Data[Home] [Help]

APPS.IGS_AD_SBM_AOU_FNDTT_PKG dependencies on IGS_AD_GEN_006

Line 126: v_s_amount_type := IGS_AD_GEN_006.ADMP_GET_ITT_AMTTYP (new_references.intake_target_type);

122: -- of the intake target type
123: IF p_inserting OR
124: (NVL(old_references.override_s_amount_type, 'NULL') <>
125: NVL(new_references.override_s_amount_type, 'NULL')) THEN
126: v_s_amount_type := IGS_AD_GEN_006.ADMP_GET_ITT_AMTTYP (new_references.intake_target_type);
127: IF IGS_AD_VAL_SIT.admp_val_trgt_amttyp(
128: v_s_amount_type,
129: new_references.override_s_amount_type,
130: v_message_name) = FALSE THEN

Line 144: v_s_amount_type := IGS_AD_GEN_006.ADMP_GET_ITT_AMTTYP (new_references.intake_target_type);

140: <> NVL(new_references.override_s_amount_type, 'NULL')) OR
141: (old_references.target <> new_references.target) OR
142: (old_references.max_target <> new_references.max_target) THEN
143: IF new_references.override_s_amount_type IS NULL THEN
144: v_s_amount_type := IGS_AD_GEN_006.ADMP_GET_ITT_AMTTYP (new_references.intake_target_type);
145: IF IGS_AD_VAL_SIT.admp_val_trgt_amt(
146: v_s_amount_type,
147: new_references.target,
148: new_references.max_target,