DBA Data[Home] [Help]

APPS.JTY_TERR_TRIGGER_HANDLERS dependencies on JTF_TERR_RSC_ALL

Line 526: from jtf_terr_rsc_all

522:
523: BEGIN
524: Select terr_id
525: into l_terr_id
526: from jtf_terr_rsc_all
527: where terr_rsc_id = p_terr_rsc_id;
528: EXCEPTION
529: When OTHERS then
530: FND_MSG_PUB.Add_Exc_Msg( 'JTF_TERR_RSC_BIUD-Handler', 'Error getting terr_id: ' || sqlerrm);