DBA Data[Home] [Help]

APPS.JTY_TERR_TRIGGER_HANDLERS dependencies on JTF_TERR_RSC_ALL

Line 958: from jtf_terr_rsc_all

954:
955: BEGIN
956: Select terr_id
957: into l_terr_id
958: from jtf_terr_rsc_all
959: where terr_rsc_id = p_terr_rsc_id;
960: EXCEPTION
961: When OTHERS then
962: FND_MSG_PUB.Add_Exc_Msg( 'JTF_TERR_RSC_BIUD-Handler', 'Error getting terr_id: ' || sqlerrm);