DBA Data[Home] [Help]

APPS.IGS_AD_SBMAO_FN_AMTT_PKG dependencies on IGS_AD_GEN_006

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

142: -- of the intake target type
143: IF p_inserting OR
144: (NVL(old_references.override_s_amount_type, 'NULL') <>
145: NVL(new_references.override_s_amount_type, 'NULL')) THEN
146: v_s_amount_type := IGS_AD_GEN_006.ADMP_GET_ITT_AMTTYP (new_references.intake_target_type);
147: IF IGS_AD_VAL_SIT.admp_val_trgt_amttyp(
148: v_s_amount_type,
149: new_references.override_s_amount_type,
150: v_message_name) = FALSE THEN

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

160: <> NVL(new_references.override_s_amount_type, 'NULL')) OR
161: (old_references.target <> new_references.target) OR
162: (old_references.max_target <> new_references.max_target) THEN
163: IF new_references.override_s_amount_type IS NULL THEN
164: v_s_amount_type := IGS_AD_GEN_006.ADMP_GET_ITT_AMTTYP (new_references.intake_target_type);
165: IF IGS_AD_VAL_SIT.admp_val_trgt_amt(
166: v_s_amount_type,
167: new_references.target,
168: new_references.max_target,