DBA Data[Home] [Help]

APPS.IGS_AD_SBMPS_FN_ITTT_PKG dependencies on IGS_AD_GEN_006

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

106: -- of the intake target type
107: IF p_inserting OR
108: (NVL(old_references.override_s_amount_type, 'NULL') <>
109: NVL(new_references.override_s_amount_type, 'NULL')) THEN
110: v_s_amount_type := IGS_AD_GEN_006.ADMP_GET_ITT_AMTTYP (new_references.intake_target_type);
111: IF IGS_AD_VAL_SIT.admp_val_trgt_amttyp(
112: v_s_amount_type,
113: new_references.override_s_amount_type,
114: v_message_name) = FALSE THEN

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

124: <> NVL(new_references.override_s_amount_type, 'NULL')) OR
125: (old_references.target <> new_references.target) OR
126: (old_references.max_target <> new_references.max_target) THEN
127: IF new_references.override_s_amount_type IS NULL THEN
128: v_s_amount_type := IGS_AD_GEN_006.ADMP_GET_ITT_AMTTYP (new_references.intake_target_type);
129: IF IGS_AD_VAL_SIT.admp_val_trgt_amt(
130: v_s_amount_type,
131: new_references.target,
132: new_references.max_target,