DBA Data[Home] [Help]

APPS.IEM_EMTA_ACCT_PVT dependencies on STANDARD

Line 54: -- Standard Start of API savepoint

50: errorMessage varchar2(2000);
51: logMessage varchar2(2000);
52:
53: BEGIN
54: -- Standard Start of API savepoint
55: SAVEPOINT LOAD_ACCOUNT_INFO_PVT;
56:
57: -- Standard call to check for call compatibility.
58:

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

53: BEGIN
54: -- Standard Start of API savepoint
55: SAVEPOINT LOAD_ACCOUNT_INFO_PVT;
56:
57: -- Standard call to check for call compatibility.
58:
59: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
60: p_api_version_number,
61: l_api_name,

Line 109: -- Standard Check Of p_commit.

105: X_USER_PASSWORD := l_decrypted_pwd;
106: X_IN_HOST := l_in_host;
107: X_IN_PORT := l_in_port;
108:
109: -- Standard Check Of p_commit.
110: IF FND_API.To_Boolean(p_commit) THEN
111: COMMIT WORK;
112: END IF;
113:

Line 115: -- Standard callto get message count and if count is 1, get message info.

111: COMMIT WORK;
112: END IF;
113:
114:
115: -- Standard callto get message count and if count is 1, get message info.
116: FND_MSG_PUB.Count_And_Get
117: ( p_count => x_msg_count,
118: p_data => x_msg_data
119: );