DBA Data[Home] [Help]

APPS.CTO_AUTO_PURGE_PK dependencies on FND_GLOBAL

Line 84: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

80:
81: BEGIN
82:
83: -- initialize the program_id and the request_id from the concurrent request.
84: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
85: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
86:
87: -- set the return status.
88: x_return_status := FND_API.G_RET_STS_SUCCESS ;

Line 85: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;

81: BEGIN
82:
83: -- initialize the program_id and the request_id from the concurrent request.
84: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
85: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
86:
87: -- set the return status.
88: x_return_status := FND_API.G_RET_STS_SUCCESS ;
89:

Line 94: l_batch_id := FND_GLOBAL.CONC_REQUEST_ID;

90: -- Set the return code to success
91: retcode := 0;
92:
93: -- set the batch_id to the request_id
94: l_batch_id := FND_GLOBAL.CONC_REQUEST_ID;
95:
96: -- Log all the input parameters
97: l_stmt_num := 10;
98: