DBA Data[Home] [Help]

APPS.ASN_MIG_SALES_TEAM_PVT dependencies on FND_CONC_GLOBAL

Line 658: IF (fnd_conc_global.request_data IS NULL) THEN

654: large as_accesses_all table should just take a few minutes.
655: - then proceed to launch the worker programs to query up thier respective dup
656: set from the above tables, and do the corresponding updates. */
657: BEGIN
658: IF (fnd_conc_global.request_data IS NULL) THEN
659:
660: --Create temp table for customer -- @@
661: INSERT /*+ APPEND PARALLEL(CUST) */
662: into AS_ACCESSES_ALL_CUST_TEMP CUST

Line 973: fnd_conc_global.set_req_globals

969: -- After submitting request for all workers, put the parent
970: -- in paused state. When all children are done, the parent
971: -- would be called again, and then it will terminate
972: --
973: fnd_conc_global.set_req_globals
974: (
975: conc_status => 'PAUSED',
976: request_data => to_char(l_req_id) --,
977: -- conc_restart_time => to_char(sysdate),

Line 1261: IF (fnd_conc_global.request_data IS NULL) THEN

1257: --
1258: -- If this is first time parent is called, then split the rows
1259: -- among workers and put the parent in paused state
1260: --
1261: IF (fnd_conc_global.request_data IS NULL) THEN
1262:
1263: -- Log
1264: IF (p_debug_flag = 'Y' AND
1265: FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 1427: fnd_conc_global.set_req_globals

1423: -- After submitting request for all workers, put the parent
1424: -- in paused state. When all children are done, the parent
1425: -- would be called again, and then it will terminate
1426: --
1427: fnd_conc_global.set_req_globals
1428: (
1429: conc_status => 'PAUSED',
1430: request_data => to_char(l_req_id) --,
1431: -- conc_restart_time => to_char(sysdate),