DBA Data[Home] [Help]

APPS.AS_STATUSES_PKG dependencies on FND_CONC_GLOBAL

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

842: --
843: -- If this is first time parent is called, then split the rows
844: -- among workers and put the parent in paused state
845: --
846: IF (fnd_conc_global.request_data IS NULL) THEN
847:
848: -- Log
849: IF (p_debug_flag = 'Y' AND
850: FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 1031: fnd_conc_global.set_req_globals

1027: -- After submitting request for all workers, put the parent
1028: -- in paused state. When all children are done, the parent
1029: -- would be called again, and then it will terminate
1030: --
1031: fnd_conc_global.set_req_globals
1032: (
1033: conc_status => 'PAUSED',
1034: request_data => to_char(l_req_id)
1035: -- conc_restart_time => to_char(sysdate)

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

1321: --
1322: -- If this is first time parent is called, then split the rows
1323: -- among workers and put the parent in paused state
1324: --
1325: IF (fnd_conc_global.request_data IS NULL) THEN
1326:
1327: -- Log
1328: IF (p_debug_flag = 'Y' AND
1329: FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 1509: fnd_conc_global.set_req_globals

1505: -- After submitting request for all workers, put the parent
1506: -- in paused state. When all children are done, the parent
1507: -- would be called again, and then it will terminate
1508: --
1509: fnd_conc_global.set_req_globals
1510: (
1511: conc_status => 'PAUSED',
1512: request_data => to_char(l_req_id)
1513: -- conc_restart_time => to_char(sysdate)

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

1773: --
1774: -- If this is first time parent is called, then split the rows
1775: -- among workers and put the parent in paused state
1776: --
1777: IF (fnd_conc_global.request_data IS NULL) THEN
1778:
1779: -- Log
1780: IF (p_debug_flag = 'Y' AND
1781: FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 1960: fnd_conc_global.set_req_globals

1956: -- After submitting request for all workers, put the parent
1957: -- in paused state. When all children are done, the parent
1958: -- would be called again, and then it will terminate
1959: --
1960: fnd_conc_global.set_req_globals
1961: (
1962: conc_status => 'PAUSED',
1963: request_data => to_char(l_req_id)
1964: -- conc_restart_time => to_char(sysdate)