DBA Data[Home] [Help]

APPS.PSB_BUDGET_REVISIONS_PVT dependencies on FND_CONCURRENT

Line 10494: := FND_CONCURRENT.SET_COMPLETION_STATUS

10490: -- Set the CP status to Warning if
10491: -- Note updation had errors.
10492: IF NVL(PSB_BUDGET_REVISIONS_PVT.g_soft_error_flag, 'N') ='Y' THEN
10493: l_set_CP_status
10494: := FND_CONCURRENT.SET_COMPLETION_STATUS
10495: (status => 'WARNING',
10496: message => NULL
10497: );
10498: END IF;