DBA Data[Home] [Help]

APPS.JTF_TERR_USGS_BIUD dependencies on FND_MSG_PUB

Line 31: FND_MSG_PUB.Add_Exc_Msg( 'JTF_TERR_USGS_BIUD', 'Others exception inside TERR_USGS trigger: ' || sqlerrm);

27: ,source_id
28: ,Trigger_Mode);
29: EXCEPTION
30: when others then
31: FND_MSG_PUB.Add_Exc_Msg( 'JTF_TERR_USGS_BIUD', 'Others exception inside TERR_USGS trigger: ' || sqlerrm);
32: END JTF_TERR_QUAL_BIUD;