DBA Data[Home] [Help]

APPS.IGS_FI_FEE_RET_SCHD_PKG dependencies on IGS_FI_VAL_FRTNS

Line 104: IF IGS_FI_VAL_FRTNS.finp_val_frtns_ft (

100: END IF;
101: END IF;
102: -- Validate the Fee Type Fee Trigger Cat
103: IF (p_inserting) THEN
104: IF IGS_FI_VAL_FRTNS.finp_val_frtns_ft (
105: new_references.fee_type,
106: new_references.s_relation_type,
107: v_message_name) = FALSE THEN
108: Fnd_Message.Set_Name('IGS',v_message_name);

Line 117: IF IGS_FI_VAL_FRTNS.finp_val_frtns_amt (

113: -- Validate the retention amount and percentage
114: IF (p_inserting OR
115: nvl(old_references.retention_amount,0) <> nvl(new_references.retention_amount,0) OR
116: nvl(old_references.retention_percentage,0) <> nvl(new_references.retention_percentage,0)) THEN
117: IF IGS_FI_VAL_FRTNS.finp_val_frtns_amt (
118: new_references.retention_amount,
119: new_references.retention_percentage,
120: v_message_name) = FALSE THEN
121: Fnd_Message.Set_Name('IGS',v_message_name);

Line 128: IF IGS_FI_VAL_FRTNS.finp_val_frtns_cur (

124: END IF;
125: END IF;
126: -- Check related fee cat fee liabilities do not clash with the local currency
127: IF p_inserting THEN
128: IF IGS_FI_VAL_FRTNS.finp_val_frtns_cur (
129: new_references.fee_cal_type,
130: new_references.fee_ci_sequence_number,
131: new_references.fee_type,
132: new_references.s_relation_type,

Line 199: IF IGS_FI_VAL_FRTNS.finp_val_frtns_creat (

195: v_message_name varchar2(30);
196: BEGIN
197: -- Validate the dt alias.
198: IF p_inserting OR p_updating THEN
199: IF IGS_FI_VAL_FRTNS.finp_val_frtns_creat (
200: new_references.fee_type,
201: new_references.fee_cal_type,
202: new_references.fee_ci_sequence_number,
203: new_references.s_relation_type,