DBA Data[Home] [Help]

APPS.IEX_ROUTING_PVT dependencies on STANDARD

Line 45: /* Standard start of API savepoint */

41: */
42:
43:
44: BEGIN
45: /* Standard start of API savepoint */
46: SAVEPOINT IEX_ROUTING_PVT;
47:
48: /* Standard call to check for call compatibility */
49: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 48: /* Standard call to check for call compatibility */

44: BEGIN
45: /* Standard start of API savepoint */
46: SAVEPOINT IEX_ROUTING_PVT;
47:
48: /* Standard call to check for call compatibility */
49: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
50: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
51: END IF;
52:

Line 86: /* Standard check of p_commit */

82: end if;
83:
84: /* End of API body */
85:
86: /* Standard check of p_commit */
87: IF FND_API.To_Boolean(p_commit) THEN
88: COMMIT WORK;
89: END IF;
90:

Line 91: /* Standard call to get message count and if count is 1, get message info */

87: IF FND_API.To_Boolean(p_commit) THEN
88: COMMIT WORK;
89: END IF;
90:
91: /* Standard call to get message count and if count is 1, get message info */
92: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
93: EXCEPTION
94: WHEN FND_API.G_EXC_ERROR THEN
95: ROLLBACK TO IEX_ROUTING_PVT;

Line 136: /* Standard start of API savepoint */

132: where acct.party_id = p_customer_id
133: and prof.cust_account_id = acct.cust_account_id;
134:
135: BEGIN
136: /* Standard start of API savepoint */
137: SAVEPOINT IEX_ROUTING_PVT;
138:
139: /* Standard call to check for call compatibility */
140: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 139: /* Standard call to check for call compatibility */

135: BEGIN
136: /* Standard start of API savepoint */
137: SAVEPOINT IEX_ROUTING_PVT;
138:
139: /* Standard call to check for call compatibility */
140: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
141: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
142: END IF;
143:

Line 163: /* Standard check of p_commit */

159: END LOOP;
160:
161: /* End of API body */
162:
163: /* Standard check of p_commit */
164: IF FND_API.To_Boolean(p_commit) THEN
165: COMMIT WORK;
166: END IF;
167:

Line 168: /* Standard call to get message count and if count is 1, get message info */

164: IF FND_API.To_Boolean(p_commit) THEN
165: COMMIT WORK;
166: END IF;
167:
168: /* Standard call to get message count and if count is 1, get message info */
169: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
170: EXCEPTION
171: WHEN FND_API.G_EXC_ERROR THEN
172: ROLLBACK TO IEX_ROUTING_PVT;