DBA Data[Home] [Help]

APPS.EGO_CUSTOM_SECURITY_PUB dependencies on STANDARD

Line 25: -- Oracle API Standard Parameters :

21: -- OUT : x_out_params_rec OUT NOCOPY EGO_CUSTOM_SECURITY_PUB.out_params_rec_type
22: -- NOTE: x_out_params_rec.user_has_function = 'T' if user has proper previlege
23: -- 'F' if user has no previlege
24: -- 'U' if there are unexpected errors
25: -- Oracle API Standard Parameters :
26: -- IN : p_api_version IN NUMBER Required
27: -- p_init_msg_list IN VARCHAR2 default FND_API.G_FALSE
28: -- Optional
29: -- p_commit IN VARCHAR2 default FND_API.G_FALSE

Line 47: --standard parameters

43: --program parameters
44: p_in_params_rec IN EGO_CUSTOM_SECURITY_PUB.in_params_rec_type
45: ,x_out_params_rec OUT NOCOPY EGO_CUSTOM_SECURITY_PUB.out_params_rec_type
46:
47: --standard parameters
48: ,p_api_version IN NUMBER
49: ,p_init_msg_list IN VARCHAR2 default FND_API.G_FALSE
50: ,p_commit IN VARCHAR2 default FND_API.G_FALSE
51: ,p_validation_level IN NUMBER default FND_API.G_VALID_LEVEL_FULL

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

69: ,'Enter '||G_PKG_NAME||'.'||l_api_name||' '
70: ||to_char(sysdate, 'dd-mon-yyyy hh:mi:ss') );
71: END IF; --for fnd_log
72:
73: -- Standard call to check for call compatibility.
74: l_stmt_num := 3;
75: IF NOT FND_API.Compatible_API_Call ( l_api_version
76: ,p_api_version
77: ,l_api_name

Line 113: -- Standard check of p_commit

109: -- other pk values are NULL.
110: -- Customer add their own code here
111:
112:
113: -- Standard check of p_commit
114: IF FND_API.To_Boolean( p_commit ) THEN
115: COMMIT WORK;
116: END IF;
117:

Line 118: -- Standard call to get message count and if count is 1, get message info.

114: IF FND_API.To_Boolean( p_commit ) THEN
115: COMMIT WORK;
116: END IF;
117:
118: -- Standard call to get message count and if count is 1, get message info.
119: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count
120: ,p_data => x_msg_data);
121:
122: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN