DBA Data[Home] [Help]

APPS.IGS_FI_BILL_EXTRACT dependencies on APP_EXCEPTION

Line 731: app_exception.raise_exception; -- Raise exception. (pathipat)

727: FETCH cur_bill_to_addr INTO rec_cur_bill_to_addr;
728: IF (cur_bill_to_addr%NOTFOUND) THEN
729: CLOSE cur_bill_to_addr;
730: fnd_message.set_name ('IGS', 'IGS_FI_NO_BILL_TO_ADDR');
731: app_exception.raise_exception; -- Raise exception. (pathipat)
732: END IF;
733: CLOSE cur_bill_to_addr;
734:
735: --added as a part of bug:2293676

Line 742: app_exception.raise_exception;

738: l_pln_crd_setup:=igs_fi_gen_001.finp_get_planned_credits_ind(l_message_name);
739: IF l_message_name IS NOT NULL THEN
740: fnd_message.set_name('IGS',l_message_name);
741: -- Raise the exception, message is added to stack in the invoking place in billing_extract()
742: app_exception.raise_exception;
743: END IF;
744:
745: --
746: -- 4. Identify the Start Date for the Billing Period.