DBA Data[Home] [Help]

APPS.JTF_TAE_ASSIGN_PUB dependencies on JTF_CHANGED_TERR_ALL

Line 4121: -- notes : Deletes all records in JTF_CHANGED_TERR_ALL

4117: -- api name : DELETE_CHANGED_TERR_RECS
4118: -- type : public.
4119: -- function : DELETE_CHANGED_TERR_RECS
4120: -- pre-reqs :
4121: -- notes : Deletes all records in JTF_CHANGED_TERR_ALL
4122: -- for given request_id.
4123: --
4124:
4125: PROCEDURE DELETE_CHANGED_TERR_RECS

Line 4140: DELETE FROM JTF_CHANGED_TERR_ALL

4136: )
4137: AS
4138: BEGIN
4139:
4140: DELETE FROM JTF_CHANGED_TERR_ALL
4141: WHERE REQUEST_ID = p_request_id;
4142:
4143: x_return_status := FND_API.G_RET_STS_SUCCESS;
4144: EXCEPTION