DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on APP_EXCEPTION

Line 871: APP_EXCEPTION.raise_exception;

867: IF ar_bfb_utils_pvt.get_cycle_type(P_billing_cycle_id) = 'EVENT' THEN
868: -- for EXTERNAL cycles, billing date should be provided
869: IF P_billing_date IS NOT NULL THEN
870: write_debug_and_log( 'EXCEPTION: generate, P_billing_date is null.' );
871: APP_EXCEPTION.raise_exception;
872: END IF;
873: END IF;
874:
875: