DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on FND_API

Line 647: RAISE fnd_api.g_exc_error;

643: IF l_v_message_name IS NOT NULL THEN
644: fnd_message.set_name('IGS',l_v_message_name);
645: fnd_msg_pub.add;
646: p_b_chrg_flag := FALSE;
647: RAISE fnd_api.g_exc_error;
648: END IF;
649:
650: l_chg_rec.p_person_id := p_person_id;
651: l_chg_rec.p_fee_type := p_cur_plan.fee_type;