DBA Data[Home] [Help]

APPS.JA_CN_ETC_CONC_PROG dependencies on FND_CONCURRENT

Line 125: l_Error_Status := Fnd_Concurrent.Set_Completion_Status(Status => 'WARNING',

121:
122: --If above check failed, then set status of concurrent program as warning
123:
124: IF l_Error_Flag = 'Y' THEN
125: l_Error_Status := Fnd_Concurrent.Set_Completion_Status(Status => 'WARNING',
126: Message => '');
127:
128: END IF; --l_error_flag = 'Y'
129:

Line 213: l_Error_Status := Fnd_Concurrent.Set_Completion_Status(Status => 'WARNING',

209: END IF; --JA_CN_UTILITY.Check_Profile
210:
211: --If above check failed, then set status of concurrent program as warning
212: IF l_Error_Flag = 'Y' THEN
213: l_Error_Status := Fnd_Concurrent.Set_Completion_Status(Status => 'WARNING',
214: Message => '');
215:
216: END IF; --l_error_flag = 'Y'
217:

Line 313: l_error_status := FND_CONCURRENT.Set_Completion_Status(status => 'WARNING',

309: --If above check failed, then set status of concurrent program as warning
310:
311: /* IF l_error_flag = 'Y'
312: THEN
313: l_error_status := FND_CONCURRENT.Set_Completion_Status(status => 'WARNING',
314: message => '');
315: END IF; --l_error_flag = 'Y'
316: */
317: --log for debug

Line 419: IF Fnd_Concurrent.Wait_For_Request(Request_Id => l_Reqid,

415: 'submit EAB export CP');
416: END IF; --( g_stmt_level >= g_dbg_level)
417:
418: IF l_Reqid <> 0 THEN
419: IF Fnd_Concurrent.Wait_For_Request(Request_Id => l_Reqid,
420: INTERVAL => 5,
421: Phase => l_User_Phase,
422: Status => l_User_Status,
423: Dev_Phase => l_Req_Phase,

Line 469: END IF; --FND_CONCURRENT.Wait_For_Request

465: l_Err_Code := 'E';
466: Retcode := 2;
467: Errbuf := l_Err_Msg;
468: END IF; -- IF l_user_status = 'NORMAL'
469: END IF; --FND_CONCURRENT.Wait_For_Request
470: END IF; --l_reqid <> 0
471:
472: IF (l_Proc_Level >= l_Dbg_Level) THEN
473: Fnd_Log.STRING(l_Proc_Level,

Line 751: IF Fnd_Concurrent.Wait_For_Request(Request_Id => l_Reqid,

747: argument7 => P_XML_OUTPUT_FORMAT);
748: COMMIT;
749:
750: IF l_Reqid <> 0 THEN
751: IF Fnd_Concurrent.Wait_For_Request(Request_Id => l_Reqid,
752: INTERVAL => 5,
753: Phase => l_User_Phase,
754: Status => l_User_Status,
755: Dev_Phase => l_Req_Phase,

Line 874: IF Fnd_Concurrent.Wait_For_Request(Request_Id => l_Reqid,

870: Program => 'JACNEGSG');
871: COMMIT;
872:
873: IF l_Reqid <> 0 THEN
874: IF Fnd_Concurrent.Wait_For_Request(Request_Id => l_Reqid,
875: INTERVAL => 5,
876: Phase => l_User_Phase,
877: Status => l_User_Status,
878: Dev_Phase => l_Req_Phase,

Line 994: IF Fnd_Concurrent.Wait_For_Request(Request_Id => l_Reqid,

990: Program => 'JACNPGSG');
991: COMMIT;
992:
993: IF l_Reqid <> 0 THEN
994: IF Fnd_Concurrent.Wait_For_Request(Request_Id => l_Reqid,
995: INTERVAL => 5,
996: Phase => l_User_Phase,
997: Status => l_User_Status,
998: Dev_Phase => l_Req_Phase,

Line 1116: IF Fnd_Concurrent.Wait_For_Request(Request_Id => l_Reqid,

1112: Argument8 => p_Xml_Output_Format);
1113: COMMIT;
1114:
1115: IF l_Reqid <> 0 THEN
1116: IF Fnd_Concurrent.Wait_For_Request(Request_Id => l_Reqid,
1117: INTERVAL => 5,
1118: Phase => l_User_Phase,
1119: Status => l_User_Status,
1120: Dev_Phase => l_Req_Phase,

Line 1287: IF Fnd_Concurrent.Wait_For_Request(Request_Id => l_Reqid,

1283: Argument5 => p_End_Period);
1284: COMMIT;
1285:
1286: IF l_Reqid <> 0 THEN
1287: IF Fnd_Concurrent.Wait_For_Request(Request_Id => l_Reqid,
1288: INTERVAL => 5,
1289: Phase => l_User_Phase,
1290: Status => l_User_Status,
1291: Dev_Phase => l_Req_Phase,