DBA Data[Home] [Help]

APPS.AHL_PC_NODE_PVT dependencies on STANDARD

Line 55: -- Standard start of API savepoint

51: l_link_id NUMBER;
52: l_sysdate DATE := SYSDATE;
53:
54: BEGIN
55: -- Standard start of API savepoint
56: SAVEPOINT CREATE_NODE_PVT;
57:
58: -- Standard call to check for call compatibility
59: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

54: BEGIN
55: -- Standard start of API savepoint
56: SAVEPOINT CREATE_NODE_PVT;
57:
58: -- Standard call to check for call compatibility
59: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
60: THEN
61: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
62: END IF;

Line 141: -- Standard check for p_commit

137: END IF;
138:
139: SET_PC_HEADER_STATUS (p_x_node_rec.pc_header_id);
140:
141: -- Standard check for p_commit
142: IF FND_API.To_Boolean (p_commit)
143: THEN
144: COMMIT WORK;
145: END IF;

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

143: THEN
144: COMMIT WORK;
145: END IF;
146:
147: -- Standard call to get message count and if count is 1, get message info
148: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
149: p_data => X_msg_data,
150: p_encoded => fnd_api.g_false );
151:

Line 213: -- Standard start of API savepoint

209: node.PC_NODE_ID = p_pc_node_id and
210: node.DRAFT_FLAG = 'N';
211:
212: BEGIN
213: -- Standard start of API savepoint
214: SAVEPOINT UPDATE_NODE_PVT;
215:
216: -- Standard call to check for call compatibility
217: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

212: BEGIN
213: -- Standard start of API savepoint
214: SAVEPOINT UPDATE_NODE_PVT;
215:
216: -- Standard call to check for call compatibility
217: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
218: THEN
219: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
220: END IF;

Line 326: -- Standard check for p_commit

322:
323:
324: SET_PC_HEADER_STATUS (p_x_node_rec.pc_header_id);
325:
326: -- Standard check for p_commit
327: IF FND_API.To_Boolean (p_commit)
328: THEN
329: COMMIT WORK;
330: END IF;

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

328: THEN
329: COMMIT WORK;
330: END IF;
331:
332: -- Standard call to get message count and if count is 1, get message info
333: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
334: p_data => X_msg_data,
335: p_encoded => fnd_api.g_false );
336:

Line 414: -- Standard start of API savepoint

410: WHERE NODE.PC_HEADER_ID = HEAD.PC_HEADER_ID AND
411: NODE.PC_NODE_ID = p_pc_node_id;
412:
413: BEGIN
414: -- Standard start of API savepoint
415: SAVEPOINT DELETE_NODES_PVT;
416:
417: -- Standard call to check for call compatibility
418: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

413: BEGIN
414: -- Standard start of API savepoint
415: SAVEPOINT DELETE_NODES_PVT;
416:
417: -- Standard call to check for call compatibility
418: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
419: THEN
420: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
421: END IF;

Line 799: -- Standard check for p_commit

795: IF X_msg_count > 0 THEN
796: RAISE FND_API.G_EXC_ERROR;
797: END IF;
798:
799: -- Standard check for p_commit
800: IF FND_API.To_Boolean (p_commit)
801: THEN
802: COMMIT WORK;
803: END IF;

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

801: THEN
802: COMMIT WORK;
803: END IF;
804:
805: -- Standard call to get message count and if count is 1, get message info
806: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
807: p_data => X_msg_data,
808: p_encoded => fnd_api.g_false );
809: