DBA Data[Home] [Help]

APPS.IGS_FI_F_CAT_FEE_LBL_PKG dependencies on IGS_FI_VAL_FCFL

Line 163: IF IGS_FI_VAL_FCFL.finp_val_fcfl_active (

159: IGS_GE_MSG_STACK.ADD;
160: App_Exception.Raise_Exception;
161: END IF;
162: -- Validate status can be set to 'ACTIVE'
163: IF IGS_FI_VAL_FCFL.finp_val_fcfl_active (
164: new_references.fee_liability_status,
165: new_references.fee_cal_type,
166: new_references.fee_ci_sequence_number,
167: v_message_name) = FALSE THEN

Line 172: IF IGS_FI_VAL_FCFL.finp_val_fcfl_status (

168: Fnd_Message.Set_Name('IGS',v_message_name);
169: IGS_GE_MSG_STACK.ADD;
170: App_Exception.Raise_Exception;
171: END IF;
172: IF IGS_FI_VAL_FCFL.finp_val_fcfl_status (
173: new_references.fee_cal_type,
174: new_references.fee_ci_sequence_number,
175: new_references.fee_cat,
176: new_references.fee_type,

Line 186: IF IGS_FI_VAL_FCFL.finp_val_fcfl_rqrd (

182: END IF;
183: END IF;
184: -- Validate Fee Liability Charge Method Type and Rule Sequence Number.
185: IF p_inserting OR p_updating THEN
186: IF IGS_FI_VAL_FCFL.finp_val_fcfl_rqrd (
187: new_references.fee_cal_type,
188: new_references.fee_ci_sequence_number,
189: new_references.fee_type,
190: new_references.s_chg_method_type,

Line 200: IF IGS_FI_VAL_FCFL.finp_val_fcfl_cur (

196: END IF;
197: END IF;
198: -- Validate fee category currency with details inherited from FTCI
199: IF p_inserting THEN
200: IF IGS_FI_VAL_FCFL.finp_val_fcfl_cur (
201: new_references.fee_cal_type,
202: new_references.fee_ci_sequence_number,
203: new_references.fee_type,
204: new_references.fee_cat,