DBA Data[Home] [Help]

APPS.CS_CHG_AUTO_SUB_CON_PKG dependencies on STANDARD

Line 16: -- Standard out parameter for a concurrent program.

12: -- Pre-Req :
13: -- Parameters:
14: -- OUT :
15: -- Errbuf OUT VARCHAR2 This is for returning error messages
16: -- Standard out parameter for a concurrent program.
17: -- Retcode OUT NUMBER This is an out parameter to return error
18: -- code to the concurrent program.
19: -- Standard out parameter for a concurrent program.
20: -- retcode = 0 success, 1 = warning, 2=error.

Line 19: -- Standard out parameter for a concurrent program.

15: -- Errbuf OUT VARCHAR2 This is for returning error messages
16: -- Standard out parameter for a concurrent program.
17: -- Retcode OUT NUMBER This is an out parameter to return error
18: -- code to the concurrent program.
19: -- Standard out parameter for a concurrent program.
20: -- retcode = 0 success, 1 = warning, 2=error.
21: --
22: PROCEDURE Main_Procedure(ERRBUF OUT NOCOPY VARCHAR2,
23: RETCODE OUT NOCOPY NUMBER) IS

Line 244: -- Standard call to check for call compatibility

240:
241: -- Initialize API return status to success
242: x_return_status := FND_API.G_RET_STS_SUCCESS;
243:
244: -- Standard call to check for call compatibility
245: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,G_PKG_NAME) THEN
246: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
247: END IF;
248: