DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on APP_EXCEPTION

Line 853: APP_EXCEPTION.raise_exception;

849: IF ar_bfb_utils_pvt.get_cycle_type(P_billing_cycle_id) = 'EVENT' THEN
850: -- for EXTERNAL cycles, billing date should be provided
851: IF P_billing_date IS NOT NULL THEN
852: write_debug_and_log( 'EXCEPTION: generate, P_billing_date is null.' );
853: APP_EXCEPTION.raise_exception;
854: END IF;
855: END IF;
856:
857: