DBA Data[Home] [Help]

APPS.IGS_AD_SBMAO_FN_CTTT_PKG dependencies on IGS_AD_GEN_006

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

137: -- of the intake target type
138: IF p_inserting OR
139: (NVL(old_references.override_s_amount_type, 'NULL') <>
140: NVL(new_references.override_s_amount_type, 'NULL')) THEN
141: v_s_amount_type := IGS_AD_GEN_006.ADMP_GET_ITT_AMTTYP (new_references.intake_target_type);
142: IF IGS_AD_VAL_SIT.admp_val_trgt_amttyp(
143: v_s_amount_type,
144: new_references.override_s_amount_type,
145: v_message_name) = FALSE THEN

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

155: <> NVL(new_references.override_s_amount_type, 'NULL')) OR
156: (old_references.target <> new_references.target) OR
157: (old_references.max_target <> new_references.max_target) THEN
158: IF new_references.override_s_amount_type IS NULL THEN
159: v_s_amount_type := IGS_AD_GEN_006.ADMP_GET_ITT_AMTTYP (new_references.intake_target_type);
160: IF IGS_AD_VAL_SIT.admp_val_trgt_amt(
161: v_s_amount_type,
162: new_references.target,
163: new_references.max_target,