DBA Data[Home] [Help]

APPS.ASN_MIG_SALES_CREDITS_PVT dependencies on FND_CONC_GLOBAL

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

74: --
75: -- If this is first time parent is called, then split the rows
76: -- among workers and put the parent in paused state
77: --
78: IF (fnd_conc_global.request_data IS NULL) THEN
79:
80: -- Log
81: IF (p_debug_flag = 'Y' AND
82: FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 251: fnd_conc_global.set_req_globals

247: -- After submitting request for all workers, put the parent
248: -- in paused state. When all children are done, the parent
249: -- would be called again, and then it will terminate
250: --
251: fnd_conc_global.set_req_globals
252: (
253: conc_status => 'PAUSED',
254: request_data => to_char(l_req_id) --,
255: -- conc_restart_time => to_char(sysdate),

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

1858: --
1859: -- If this is first time parent is called, then split the rows
1860: -- among workers and put the parent in paused state
1861: --
1862: IF (fnd_conc_global.request_data IS NULL) THEN
1863:
1864: -- Log
1865: IF (p_debug_flag = 'Y' AND
1866: FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 2035: fnd_conc_global.set_req_globals

2031: -- After submitting request for all workers, put the parent
2032: -- in paused state. When all children are done, the parent
2033: -- would be called again, and then it will terminate
2034: --
2035: fnd_conc_global.set_req_globals
2036: (
2037: conc_status => 'PAUSED',
2038: request_data => to_char(l_req_id) --,
2039: -- conc_restart_time => to_char(sysdate),