DBA Data[Home] [Help]

APPS.WMS_ASN_LOT_ATT dependencies on STANDARD

Line 1456: -- Standard Start of API savepoint

1452: END IF;
1453:
1454: x_return_status := FND_API.G_RET_STS_SUCCESS;
1455:
1456: -- Standard Start of API savepoint
1457: SAVEPOINT insertSerial_sv;
1458:
1459: l_progress := '10';
1460: IF (l_debug = 1) THEN

Line 2076: -- Standard check of p_commit.

2072:
2073: l_progress := '130';
2074:
2075: -- End of API body.
2076: -- Standard check of p_commit.
2077: IF FND_API.To_Boolean( p_commit ) THEN
2078: COMMIT WORK;
2079: END IF;
2080:

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

2079: END IF;
2080:
2081: x_return_status := FND_API.G_RET_STS_SUCCESS;
2082:
2083: -- Standard call to get message count and if count is 1, get message info.
2084: FND_MSG_PUB.Count_And_Get
2085: ( p_encoded => FND_API.G_FALSE,
2086: p_count => x_msg_count ,
2087: p_data => x_msg_data

Line 2312: -- Standard check of p_commit.

2308:
2309: x_return_status := FND_API.G_RET_STS_SUCCESS;
2310:
2311: -- End of API body
2312: -- Standard check of p_commit.
2313: IF FND_API.To_Boolean( p_commit ) THEN
2314: COMMIT WORK;
2315: END IF;
2316:

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

2313: IF FND_API.To_Boolean( p_commit ) THEN
2314: COMMIT WORK;
2315: END IF;
2316:
2317: -- Standard call to get message count and if count is 1,
2318: -- get message info.
2319: FND_MSG_PUB.Count_And_Get
2320: ( p_count => x_msg_count,
2321: p_data => x_msg_data