DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on STANDARD

Line 970: -- Standard Start of API savepoint

966:
967: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
968: Begin
969:
970: -- Standard Start of API savepoint
971:
972: SAVEPOINT KANBAN_PVT;
973: mydebug('Inside Update_Card_Supply_Status 1');
974: -- Standard call to check for call compatibility

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

970: -- Standard Start of API savepoint
971:
972: SAVEPOINT KANBAN_PVT;
973: mydebug('Inside Update_Card_Supply_Status 1');
974: -- Standard call to check for call compatibility
975:
976: IF NOT FND_API.Compatible_API_Call
977: ( l_api_version_number
978: , p_api_version_number

Line 1005: -- Standard check of p_commit.

1001: p_source_wip_entity_id => p_source_wip_entity_id);
1002:
1003: x_return_status := l_return_status;
1004:
1005: -- Standard check of p_commit.
1006:
1007: IF FND_API.To_Boolean( p_commit ) THEN
1008: COMMIT WORK;
1009: END IF;

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

1007: IF FND_API.To_Boolean( p_commit ) THEN
1008: COMMIT WORK;
1009: END IF;
1010:
1011: -- Standard call to get message count and if count is 1, get message info.
1012: FND_MSG_PUB.Count_And_Get
1013: ( p_count => x_msg_count ,
1014: p_data => x_msg_data
1015: );