DBA Data[Home] [Help]

APPS.FII_GL_COMCCH_C dependencies on FND_CONCURRENT

Line 1006: l_ret_val := FND_CONCURRENT.Set_Completion_Status

1002: FII_MESSAGE.write_output (msg_name => 'FII_COM_CC_ORG_LIST',
1003: token_num => 0);
1004:
1005: -- set the concurrent program to warning status
1006: l_ret_val := FND_CONCURRENT.Set_Completion_Status
1007: (status => 'WARNING',
1008: message => 'There are combinations of company, cost center with more than one organization assigned');
1009: end if;
1010:

Line 1081: l_ret_val := FND_CONCURRENT.Set_Completion_Status

1077: FII_MESSAGE.write_log (msg_name => 'FII_MISSING_CCC_ORG_FOUND',
1078: token_num => 0);
1079: FII_MESSAGE.write_output (msg_name => 'FII_MISSING_CCC_ORG_FOUND',
1080: token_num => 0);
1081: l_ret_val := FND_CONCURRENT.Set_Completion_Status
1082: (status => 'WARNING',
1083: message => 'There are null company cost center organizations in HR');
1084: end if;
1085:

Line 1358: l_ret_val := FND_CONCURRENT.Set_Completion_Status

1354: g_phase := 'Check missing ccc mgr...';
1355:
1356: l_count := FII_GL_EXTRACTION_UTIL.CHECK_MISSING_CCC_MGR;
1357: if l_count > 0 then
1358: l_ret_val := FND_CONCURRENT.Set_Completion_Status
1359: (status => 'WARNING',
1360: message => 'Some company cost center organizations have no managers assigned to them.');
1361: end if;
1362:

Line 1374: l_ret_val := FND_CONCURRENT.Set_Completion_Status

1370: errbuf := sqlerrm;
1371: retcode := sqlcode;
1372: FII_UTIL.Write_Log ('FII_GL_COMCCH_C.Main: error in phase '|| g_phase);
1373: FII_UTIL.Write_Log ( substr(sqlerrm,1,180) );
1374: l_ret_val := FND_CONCURRENT.Set_Completion_Status
1375: (status => 'ERROR', message => substr(sqlerrm,1,180));
1376: FII_MESSAGE.Func_Fail('FII_GL_COMCCH_C.Main');
1377: rollback;
1378: