DBA Data[Home] [Help]

APPS.PAY_GB_EOY_ARCHIVE dependencies on APP_EXCEPTION

Line 2367: app_exception.raise_exception;

2363: --
2364: IF l_agg_non_retry_err_flag = 'Y' THEN
2365: -- Raise the error and stop processing the assignments marked for retry
2366: -- because aggregated assignment(s) has(have) not been marked for retry.
2367: app_exception.raise_exception;
2368: END IF;
2369: -- find the defined balance id's for balance / dimension combos
2370: OPEN get_defined_balance_id('NI A Able','_ASG_TD_YTD');
2371: FETCH get_defined_balance_id INTO g_nia_able_id;