DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on STANDARD

Line 991: -- Standard Start of API savepoint

987:
988: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
989: Begin
990: mydebug('In INV_KANBAN_PVT.Update_Card_Supply_Status api - 3');
991: -- Standard Start of API savepoint
992:
993: SAVEPOINT KANBAN_PVT;
994: mydebug('Inside Update_Card_Supply_Status 1');
995: -- Standard call to check for call compatibility

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

991: -- Standard Start of API savepoint
992:
993: SAVEPOINT KANBAN_PVT;
994: mydebug('Inside Update_Card_Supply_Status 1');
995: -- Standard call to check for call compatibility
996:
997: IF NOT FND_API.Compatible_API_Call
998: ( l_api_version_number
999: , p_api_version_number

Line 1026: -- Standard check of p_commit.

1022: p_source_wip_entity_id => p_source_wip_entity_id);
1023:
1024: x_return_status := l_return_status;
1025:
1026: -- Standard check of p_commit.
1027:
1028: IF FND_API.To_Boolean( p_commit ) THEN
1029: COMMIT WORK;
1030: END IF;

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

1028: IF FND_API.To_Boolean( p_commit ) THEN
1029: COMMIT WORK;
1030: END IF;
1031:
1032: -- Standard call to get message count and if count is 1, get message info.
1033: FND_MSG_PUB.Count_And_Get
1034: ( p_count => x_msg_count ,
1035: p_data => x_msg_data
1036: );