DBA Data[Home] [Help]

APPS.ITG_SYNCITEMINBOUND_PVT dependencies on FND_MSG_PUB

Line 81: -- in wrapper now > FND_MSG_PUB.Initialize;

77: p_proc_name => l_api_name
78: );
79:
80:
81: -- in wrapper now > FND_MSG_PUB.Initialize;
82: IF (l_Debug_Level <= 1) THEN
83: itg_debug_pub.Add('SI - Top of procedure.' ,1);
84: itg_debug_pub.Add('SI - p_syncind' ||p_syncind,1);
85: itg_debug_pub.Add('SI - p_org_id' ||p_org_id,1);

Line 400: -- Removed FND_MSG_PUB.Count_And_Get

396: IF (l_Debug_Level <= 6) THEN
397: itg_debug_pub.Add('--- Exiting Sync_Item ---OTHER ERROR',6);
398: END IF;
399: END;
400: -- Removed FND_MSG_PUB.Count_And_Get
401: END Sync_Item;
402:
403:
404: FUNCTION Get_NextProcessSetId RETURN NUMBER IS