DBA Data[Home] [Help]

APPS.AHL_PRD_MTLTXN_PVT dependencies on STANDARD

Line 850: -- Standard start of API savepoint

846: l_valid_flag BOOLEAN;
847:
848:
849: BEGIN
850: -- Standard start of API savepoint
851: SAVEPOINT PERFORM_MTL_TXN_PVT;
852:
853: -- Standard call to check for call compatibility
854: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

849: BEGIN
850: -- Standard start of API savepoint
851: SAVEPOINT PERFORM_MTL_TXN_PVT;
852:
853: -- Standard call to check for call compatibility
854: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
855: G_PKG_NAME) THEN
856: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
857: END IF;

Line 1443: -- Standard check of p_commit

1439: END IF;
1440: END LOOP;
1441: END IF;
1442:
1443: -- Standard check of p_commit
1444: IF FND_API.To_Boolean(p_commit) THEN
1445: COMMIT WORK;
1446: END IF;
1447: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

1460: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1461: END IF;
1462: END IF;
1463:
1464: -- Standard call to get message count and if count is 1, get message
1465: FND_MSG_PUB.Count_And_Get
1466: ( p_count => x_msg_count,
1467: p_data => x_msg_data,
1468: p_encoded => fnd_api.g_false);

Line 5346: -- Standard start of API savepoint

5342: 'P_prd_Mtltxn_criteria_rec.INCIDENT_NUMBER : ' || P_prd_Mtltxn_criteria_rec.INCIDENT_NUMBER
5343: );
5344:
5345: END IF;
5346: -- Standard start of API savepoint
5347: SAVEPOINT GET_MTL_TRANS_RETURNS_PVT;
5348:
5349: -- Standard call to check for call compatibility
5350: IF NOT FND_API.Compatible_API_Call

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

5345: END IF;
5346: -- Standard start of API savepoint
5347: SAVEPOINT GET_MTL_TRANS_RETURNS_PVT;
5348:
5349: -- Standard call to check for call compatibility
5350: IF NOT FND_API.Compatible_API_Call
5351: (l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
5352: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5353: END IF;