DBA Data[Home] [Help]

APPS.ICX_CAT_POPULATE_QUOTE_GRP dependencies on STANDARD

Line 28: -- Standard Start of API savepoint

24: l_err_loc := 100;
25: x_return_status := FND_API.G_RET_STS_SUCCESS;
26:
27: l_err_loc := 200;
28: -- Standard Start of API savepoint
29: SAVEPOINT populateOnlineQuotes_sp;
30:
31: l_err_loc := 300;
32: l_start_date := sysdate;

Line 43: -- Standard call to check for call compatibility.

39: ICX_CAT_UTIL_PVT.logProcBegin(g_pkg_name, l_api_name, l_log_string);
40: END IF;
41:
42: l_err_loc := 400;
43: -- Standard call to check for call compatibility.
44: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
45: p_api_version ,
46: l_api_name ,
47: G_PKG_NAME )

Line 59: -- Standard check of P_COMMIT

55: l_err_loc := 600;
56: ICX_CAT_POPULATE_PODOCS_PVT.populateOnlineQuotes(p_key);
57:
58: l_err_loc := 700;
59: -- Standard check of P_COMMIT
60: IF (FND_API.To_Boolean(P_COMMIT)) THEN
61: l_err_loc := 800;
62: COMMIT;
63: l_err_loc := 900;