DBA Data[Home] [Help]

APPS.IGS_FI_CRDAPI_UTIL dependencies on IGS_FI_GEN_007

Line 1203: IF igs_fi_gen_007.validate_person( p_n_party_id ) = 'N' THEN

1199: RETURN FALSE;
1200: END IF;
1201:
1202: IF p_v_credit_class NOT IN ('ENRDEPOSIT','OTHDEPOSIT') THEN
1203: IF igs_fi_gen_007.validate_person( p_n_party_id ) = 'N' THEN
1204: RETURN FALSE;
1205: ELSE
1206: --If the input credit class is Installment Payments.. then
1207: IF p_v_credit_class = 'INSTALLMENT_PAYMENTS' THEN