DBA Data[Home] [Help]

APPS.IGS_AD_SBMINTAK_TRGT_PKG dependencies on IGS_AD_GEN_006

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

92: -- of the intake target type
93: IF p_inserting OR
94: (NVL(old_references.override_s_amount_type, 'NULL') <>
95: NVL(new_references.override_s_amount_type, 'NULL')) THEN
96: v_s_amount_type := IGS_AD_GEN_006.ADMP_GET_ITT_AMTTYP (new_references.intake_target_type);
97: IF IGS_AD_VAL_SIT.admp_val_trgt_amttyp(
98: v_s_amount_type,
99: new_references.override_s_amount_type,
100: v_message_name) = FALSE THEN

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

110: <> NVL(new_references.override_s_amount_type, 'NULL')) OR
111: (old_references.target <> new_references.target) OR
112: (old_references.max_target <> new_references.max_target) THEN
113: IF new_references.override_s_amount_type IS NULL THEN
114: v_s_amount_type := IGS_AD_GEN_006.ADMP_GET_ITT_AMTTYP (new_references.intake_target_type);
115: IF IGS_AD_VAL_SIT.admp_val_trgt_amt(
116: v_s_amount_type,
117: new_references.target,
118: new_references.max_target,