DBA Data[Home] [Help]

APPS.PAY_GB_EOY_ARCHIVE dependencies on APP_EXCEPTION

Line 2416: app_exception.raise_exception;

2412: --
2413: IF l_agg_non_retry_err_flag = 'Y' THEN
2414: -- Raise the error and stop processing the assignments marked for retry
2415: -- because aggregated assignment(s) has(have) not been marked for retry.
2416: app_exception.raise_exception;
2417: END IF;
2418: -- find the defined balance id's for balance / dimension combos
2419: OPEN get_defined_balance_id('NI A Able','_ASG_TD_YTD');
2420: FETCH get_defined_balance_id INTO g_nia_able_id;