DBA Data[Home] [Help]

APPS.ASO_SHIPMENT_PVT dependencies on STANDARD

Line 33: -- Standard Start of API savepoint

29: WHERE QUOTE_SHIPMENT_ID = p_shipment_rec.shipment_id;
30:
31: l_return_status VARCHAR2(240);
32: BEGIN
33: -- Standard Start of API savepoint
34: SAVEPOINT DELETE_SHIPMENT_PVT;
35:
36: -- Standard call to check for call compatibility.
37: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

32: BEGIN
33: -- Standard Start of API savepoint
34: SAVEPOINT DELETE_SHIPMENT_PVT;
35:
36: -- Standard call to check for call compatibility.
37: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
38: p_api_version_number,
39: l_api_name,
40: G_PKG_NAME)

Line 92: -- Standard check for p_commit

88: --
89: -- End of API body
90: --
91:
92: -- Standard check for p_commit
93: IF FND_API.to_Boolean( p_commit )
94: THEN
95: COMMIT WORK;
96: END IF;

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

95: COMMIT WORK;
96: END IF;
97:
98:
99: -- Standard call to get message count and if count is 1, get message info.
100: FND_MSG_PUB.Count_And_Get
101: ( p_count => x_msg_count,
102: p_data => x_msg_data
103: );