DBA Data[Home] [Help]

APPS.PA_EXCEPTION_ENGINE_PKG dependencies on PA_PERF_NOTIFICATION_PKG

Line 1118: PA_PERF_NOTIFICATION_PKG.START_PERF_NOTIFICATION_WF(

1114: error message is logged in the concurrent request log and continue with next project.*/
1115: OPEN get_page( l_project_list(i));
1116: FETCH get_page INTO l_number;
1117: IF get_page%FOUND THEN
1118: PA_PERF_NOTIFICATION_PKG.START_PERF_NOTIFICATION_WF(
1119: p_item_type => 'PAEXNOWF'
1120: ,p_process_name => 'PERFORMANCE_NOTIFICATION_PROCE'
1121: ,p_project_id => l_project_list(i)
1122: ,x_item_key => l_item_key